From 3aebacaab2e110820994b7e0849bf65fa24c7c8c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 13 Sep 2014 19:07:55 +0300 Subject: Split processChat into two functions with net code and without. --- src/net/tmwa/chathandler.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/net/tmwa/chathandler.h') diff --git a/src/net/tmwa/chathandler.h b/src/net/tmwa/chathandler.h index 83b23774b..0fbf6711a 100644 --- a/src/net/tmwa/chathandler.h +++ b/src/net/tmwa/chathandler.h @@ -73,6 +73,9 @@ class ChatHandler final : public MessageHandler, public Ea::ChatHandler protected: void processChat(Net::MessageIn &msg); + void processChatContinue(std::string chatMsg, + const std::string &channel); + void processGmChat(Net::MessageIn &msg); void processWhisper(Net::MessageIn &msg) const; -- cgit v1.2.3-60-g2f50