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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/ea/chathandler.h b/src/net/ea/chathandler.h
index 810ca7efa..80cf6afbb 100644
--- a/src/net/ea/chathandler.h
+++ b/src/net/ea/chathandler.h
@@ -62,6 +62,10 @@ class ChatHandler notfinal : public Net::ChatHandler
void processWhisperResponseContinue(const uint8_t type);
protected:
+ std::string getPopLastWhisperNick();
+
+ std::string getLastWhisperNick();
+
typedef std::queue<std::string> WhisperQueue;
WhisperQueue mSentWhispers;
int mMotdTime;