summaryrefslogtreecommitdiff
path: root/src/net/chathandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/chathandler.h')
-rw-r--r--src/net/chathandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/chathandler.h b/src/net/chathandler.h
index ede516f06..133b64c87 100644
--- a/src/net/chathandler.h
+++ b/src/net/chathandler.h
@@ -53,6 +53,9 @@ class ChatHandler notfinal
virtual void privateMessage(const std::string &restrict recipient,
const std::string &restrict text) = 0;
+ virtual void channelMessage(const std::string &restrict channel,
+ const std::string &restrict text) = 0;
+
virtual void who() const = 0;
virtual void sendRaw(const std::string &args) const = 0;