From 5ddbefcd1768f6274b46e4516277fbb0432f3f2d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 25 Aug 2015 22:46:08 +0300 Subject: Move receive code from chathandler into separate file. --- src/net/ea/chathandler.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/net/ea/chathandler.h') diff --git a/src/net/ea/chathandler.h b/src/net/ea/chathandler.h index d5a0e86f6..a71f63e83 100644 --- a/src/net/ea/chathandler.h +++ b/src/net/ea/chathandler.h @@ -48,24 +48,6 @@ class ChatHandler notfinal : public Net::ChatHandler const std::string &restrict channel) const override final; void clear() override final; - - protected: - static void processMVPEffect(Net::MessageIn &msg); - - static void processIgnoreAllResponse(Net::MessageIn &msg); - - static void processWhisperResponseContinue(Net::MessageIn &msg, - const uint8_t type); - - static std::string getPopLastWhisperNick(); - - static std::string getLastWhisperNick(); - - static WhisperQueue mSentWhispers; - static int mMotdTime; - static bool mShowAllLang; - static bool mShowMotd; - static bool mSkipping; }; } // namespace Ea -- cgit v1.2.3-70-g09d2