1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 14:33:13 +02:00

Added an amsg kicker

This commit is contained in:
Adam
2011-01-15 16:11:31 -05:00
parent ecc2fc6029
commit c669820481
9 changed files with 135 additions and 26 deletions
+1 -1
View File
@@ -1043,7 +1043,7 @@ class ProtoUnreal : public Module
message_mode("G", OnMode),
message_nick("&", OnNick), message_part("D", OnPart),
message_ping("8", OnPing), message_pong("PONG", event_pong),
message_pong2("9", event_pong), message_privmsg("!", OnPrivmsg),
message_pong2("9", event_pong), message_privmsg("!", ::OnPrivmsg),
message_quit(",", OnQuit),
message_server("'", OnServer), message_squit("-", OnSQuit),
message_topic(")", OnTopic), message_svsmode("SVSMODE", OnMode),