diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-25 22:46:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-25 22:46:08 +0300 |
commit | 5ddbefcd1768f6274b46e4516277fbb0432f3f2d (patch) | |
tree | 6ae70cd7ccf83b448fb376ce8734feec4cf5a0e8 /src/net/ea/chathandler.h | |
parent | 2b715399b3dcf6d1436c5aa5f3fd1cae0c237024 (diff) | |
download | plus-5ddbefcd1768f6274b46e4516277fbb0432f3f2d.tar.gz plus-5ddbefcd1768f6274b46e4516277fbb0432f3f2d.tar.bz2 plus-5ddbefcd1768f6274b46e4516277fbb0432f3f2d.tar.xz plus-5ddbefcd1768f6274b46e4516277fbb0432f3f2d.zip |
Move receive code from chathandler into separate file.
Diffstat (limited to 'src/net/ea/chathandler.h')
-rw-r--r-- | src/net/ea/chathandler.h | 18 |
1 files changed, 0 insertions, 18 deletions
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 |