diff options
Diffstat (limited to 'src/net/eathena/chathandler.h')
-rw-r--r-- | src/net/eathena/chathandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/chathandler.h b/src/net/eathena/chathandler.h index f3893521e..1d2b03e73 100644 --- a/src/net/eathena/chathandler.h +++ b/src/net/eathena/chathandler.h @@ -82,6 +82,8 @@ class ChatHandler final : public MessageHandler, public Ea::ChatHandler void joinChat(const ChatObject *const chat, const std::string &password) const override final; + void partChannel(const std::string &channel) override final; + protected: static std::string extractChannelFromMessage(std::string &chatMsg); |