diff options
Diffstat (limited to 'src/net/ea/chathandler.h')
-rw-r--r-- | src/net/ea/chathandler.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/ea/chathandler.h b/src/net/ea/chathandler.h index c58c6e534..d5a0e86f6 100644 --- a/src/net/ea/chathandler.h +++ b/src/net/ea/chathandler.h @@ -47,16 +47,16 @@ class ChatHandler notfinal : public Net::ChatHandler void me(const std::string &restrict text, 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); - void clear() override final; - static void processWhisperResponseContinue(Net::MessageIn &msg, const uint8_t type); - protected: static std::string getPopLastWhisperNick(); static std::string getLastWhisperNick(); |