diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-07 15:38:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-07 15:38:09 +0300 |
commit | ee5643e7412f366241568fb206a75715f9902aa3 (patch) | |
tree | 2bbc61079985bd20f585ecccd9b5c1ca39edce18 /src/net/ea/chathandler.h | |
parent | 0fd358d0ebeb02f232f51eb669959c4d210f15cb (diff) | |
download | plus-ee5643e7412f366241568fb206a75715f9902aa3.tar.gz plus-ee5643e7412f366241568fb206a75715f9902aa3.tar.bz2 plus-ee5643e7412f366241568fb206a75715f9902aa3.tar.xz plus-ee5643e7412f366241568fb206a75715f9902aa3.zip |
separate processWhisper into two functions. With netcode and without.
Diffstat (limited to 'src/net/ea/chathandler.h')
-rw-r--r-- | src/net/ea/chathandler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/ea/chathandler.h b/src/net/ea/chathandler.h index 897949432..c541e0860 100644 --- a/src/net/ea/chathandler.h +++ b/src/net/ea/chathandler.h @@ -60,6 +60,9 @@ class ChatHandler notfinal : public Net::ChatHandler void clear() override final; + void processWhisperContinue(const std::string &nick, + std::string chatMsg) const; + protected: typedef std::queue<std::string> WhisperQueue; WhisperQueue mSentWhispers; |