summaryrefslogtreecommitdiff
path: root/src/net/manaserv/chathandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/manaserv/chathandler.h')
-rw-r--r--src/net/manaserv/chathandler.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/manaserv/chathandler.h b/src/net/manaserv/chathandler.h
index 5eb2a0ff4..beea40423 100644
--- a/src/net/manaserv/chathandler.h
+++ b/src/net/manaserv/chathandler.h
@@ -133,6 +133,10 @@ class ChatHandler : public MessageHandler, public Net::ChatHandler
* Handle who responses.
*/
void handleWhoResponse(Net::MessageIn &msg);
+
+ void ignoreAll()
+
+ void unIgnoreAll()
};
} // namespace ManaServ