diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-13 19:07:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-13 19:07:55 +0300 |
commit | 3aebacaab2e110820994b7e0849bf65fa24c7c8c (patch) | |
tree | a71d29a6e12ed2ef72ebc469527c2dfb3c9b7687 /src/net/eathena/chathandler.h | |
parent | 78bda42e4b456ad7118b8e46a07c77371f90b615 (diff) | |
download | plus-3aebacaab2e110820994b7e0849bf65fa24c7c8c.tar.gz plus-3aebacaab2e110820994b7e0849bf65fa24c7c8c.tar.bz2 plus-3aebacaab2e110820994b7e0849bf65fa24c7c8c.tar.xz plus-3aebacaab2e110820994b7e0849bf65fa24c7c8c.zip |
Split processChat into two functions with net code and without.
Diffstat (limited to 'src/net/eathena/chathandler.h')
-rw-r--r-- | src/net/eathena/chathandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/chathandler.h b/src/net/eathena/chathandler.h index b59019fef..0b70f6d1f 100644 --- a/src/net/eathena/chathandler.h +++ b/src/net/eathena/chathandler.h @@ -73,6 +73,8 @@ class ChatHandler final : public MessageHandler, public Ea::ChatHandler protected: void processChat(Net::MessageIn &msg); + void processChatContinue(std::string chatMsg); + void processWhisper(Net::MessageIn &msg) const; void processWhisperResponse(Net::MessageIn &msg); |