From be214fb83a0207e6675f08d299cd30d575371794 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 11 Sep 2014 21:22:03 +0300 Subject: add packet CMSG_IGNORE_NICK 0x00cf. --- src/net/chathandler.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/net/chathandler.h') diff --git a/src/net/chathandler.h b/src/net/chathandler.h index 0246978df..c0bef3855 100644 --- a/src/net/chathandler.h +++ b/src/net/chathandler.h @@ -58,6 +58,10 @@ class ChatHandler notfinal virtual void unIgnoreAll() const = 0; + virtual void ignore(const std::string &nick) const = 0; + + virtual void unIgnore(const std::string &nick) const = 0; + virtual void clear() = 0; virtual void createChatRoom(const std::string &title, const std::string &password, const int limit, const bool isPublic) = 0; -- cgit v1.2.3-70-g09d2