1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 15:16:38 +02:00

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

This commit is contained in:
Adam
2012-10-02 21:21:37 -04:00
parent 93698f0d61
commit 7042223f2e
10 changed files with 34 additions and 22 deletions
+1
View File
@@ -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;