summaryrefslogtreecommitdiff
path: root/src/net/eathena/chathandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/chathandler.h')
-rw-r--r--src/net/eathena/chathandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/chathandler.h b/src/net/eathena/chathandler.h
index 77484c946..82abae9a1 100644
--- a/src/net/eathena/chathandler.h
+++ b/src/net/eathena/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 override final;