diff options
Diffstat (limited to 'src/net/tmwa/chathandler.h')
-rw-r--r-- | src/net/tmwa/chathandler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/tmwa/chathandler.h b/src/net/tmwa/chathandler.h index 15777c1e3..fff0432fe 100644 --- a/src/net/tmwa/chathandler.h +++ b/src/net/tmwa/chathandler.h @@ -48,6 +48,9 @@ class ChatHandler final : public MessageHandler, public Ea::ChatHandler void privateMessage(const std::string &restrict recipient, const std::string &restrict text) override final; + void channelMessage(const std::string &restrict channel, + const std::string &restrict text) override final; + void who() const override final; void sendRaw(const std::string &args) const; |