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.h3
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;