From 565e617983d0eaa52131056cd2bc15c9e4a1bece Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 3 Dec 2014 22:12:17 +0300 Subject: eathena: add packet CMSG_CHAT_PART_CHANNEL 0x0b09. --- src/net/tmwa/chathandler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/tmwa/chathandler.h') diff --git a/src/net/tmwa/chathandler.h b/src/net/tmwa/chathandler.h index 80effa23e..9b84987fb 100644 --- a/src/net/tmwa/chathandler.h +++ b/src/net/tmwa/chathandler.h @@ -80,6 +80,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 void processChat(Net::MessageIn &msg); -- cgit v1.2.3-60-g2f50