diff options
Diffstat (limited to 'src/net/chathandler.h')
-rw-r--r-- | src/net/chathandler.h | 2 |
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 |