diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-03 20:32:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-03 20:32:25 +0300 |
commit | 9a62661a3b833f7f74f65c1733af8d3a25af9702 (patch) | |
tree | 13bd1fb55d4be5af266b3fb6a5a566c7e701649a /src/net/eathena/chathandler.h | |
parent | a7f634fe64f9ec9064e59eee4338d58100f605fb (diff) | |
download | plus-9a62661a3b833f7f74f65c1733af8d3a25af9702.tar.gz plus-9a62661a3b833f7f74f65c1733af8d3a25af9702.tar.bz2 plus-9a62661a3b833f7f74f65c1733af8d3a25af9702.tar.xz plus-9a62661a3b833f7f74f65c1733af8d3a25af9702.zip |
eathena: add packets CMSG_CHAT_JOIN_CHANNEL 0x0b07 and SMSG_CHAT_JOIN_CHANNEL 0x0b08
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 c48d74470..f3893521e 100644 --- a/src/net/eathena/chathandler.h +++ b/src/net/eathena/chathandler.h @@ -113,6 +113,8 @@ class ChatHandler final : public MessageHandler, public Ea::ChatHandler static void processChatJoinAck(Net::MessageIn &msg); static void processChatLeave(Net::MessageIn &msg); + + static void processJoinChannel(Net::MessageIn &msg); }; } // namespace EAthena |