diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-10 19:26:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-10 19:26:08 +0300 |
commit | cb77d9a3581105efadcedabcd7ad266bfdac0f62 (patch) | |
tree | 938536a8056f653ac5ae016a454d2ef30068acaa /src/net/eathena/chathandler.h | |
parent | 8b7e52b9b44797ab704ec8e2b384ef10f8c912be (diff) | |
download | plus-cb77d9a3581105efadcedabcd7ad266bfdac0f62.tar.gz plus-cb77d9a3581105efadcedabcd7ad266bfdac0f62.tar.bz2 plus-cb77d9a3581105efadcedabcd7ad266bfdac0f62.tar.xz plus-cb77d9a3581105efadcedabcd7ad266bfdac0f62.zip |
eathena: add partial support for packet SMSG_IGNORE_NICK_ACK 0x00d1.
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 3bda55400..798524da9 100644 --- a/src/net/eathena/chathandler.h +++ b/src/net/eathena/chathandler.h @@ -125,6 +125,8 @@ class ChatHandler final : public MessageHandler, public Ea::ChatHandler std::string chatMsg); static void processBeingChat(Net::MessageIn &msg); + + static void processIgnoreNickAck(Net::MessageIn &msg); }; } // namespace EAthena |