summaryrefslogtreecommitdiff
path: root/src/net/chathandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-11-09 13:08:32 +0300
committerAndrei Karas <akaras@inbox.ru>2013-11-09 13:08:32 +0300
commitb14ce2338cecce0d6b01c46a0f9058e4cb514bcf (patch)
tree98fb0f7567a635d73b7e7f9e0c649f95b40a3e71 /src/net/chathandler.h
parentf69bb947dc7be4c44b8d1c86dec3a8b1214a80aa (diff)
downloadplus-b14ce2338cecce0d6b01c46a0f9058e4cb514bcf.tar.gz
plus-b14ce2338cecce0d6b01c46a0f9058e4cb514bcf.tar.bz2
plus-b14ce2338cecce0d6b01c46a0f9058e4cb514bcf.tar.xz
plus-b14ce2338cecce0d6b01c46a0f9058e4cb514bcf.zip
fix motd message while changing char or reconnecting to server.
Diffstat (limited to 'src/net/chathandler.h')
-rw-r--r--src/net/chathandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/chathandler.h b/src/net/chathandler.h
index 9fe65499c..e91be671c 100644
--- a/src/net/chathandler.h
+++ b/src/net/chathandler.h
@@ -52,6 +52,8 @@ class ChatHandler
virtual void ignoreAll() const = 0;
virtual void unIgnoreAll() const = 0;
+
+ virtual void clear() = 0;
};
} // namespace Net