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 133b64c87..770f27e91 100644 --- a/src/net/chathandler.h +++ b/src/net/chathandler.h @@ -56,6 +56,8 @@ class ChatHandler notfinal virtual void channelMessage(const std::string &restrict channel, const std::string &restrict text) = 0; + virtual void joinChannel(const std::string &channel) = 0; + virtual void who() const = 0; virtual void sendRaw(const std::string &args) const = 0; |