diff options
author | Adam <Adam@anope.org> | 2012-10-02 21:21:37 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-10-02 21:21:37 -0400 |
commit | 7042223f2eb486e8d1aec9fd176d416096a6e927 (patch) | |
tree | 819429547978a437a591e499c00202f6f9566ee9 /modules/protocol/plexus.cpp | |
parent | 93698f0d61935f86019b3491c9e62c6326a180ba (diff) |
Somehow the kick handler got lost in the confusion. Send the topic time with ftopic on inspircd not the current time. Removed some unneeded protocol functions
Diffstat (limited to 'modules/protocol/plexus.cpp')
-rw-r--r-- | modules/protocol/plexus.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/protocol/plexus.cpp b/modules/protocol/plexus.cpp index 1ef8adab9..f0b213eab 100644 --- a/modules/protocol/plexus.cpp +++ b/modules/protocol/plexus.cpp @@ -641,6 +641,7 @@ class ProtoPlexus : public Module CoreIRCDMessageAway core_message_away; CoreIRCDMessageCapab core_message_capab; CoreIRCDMessageError core_message_error; + CoreIRCDMessageKick core_message_kick; CoreIRCDMessageKill core_message_kill; CoreIRCDMessageMOTD core_message_motd; CoreIRCDMessagePart core_message_part; |