summaryrefslogtreecommitdiff
path: root/src/net/ea/chathandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/chathandler.h')
-rw-r--r--src/net/ea/chathandler.h18
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