summaryrefslogtreecommitdiff
path: root/src/net/eathena/chathandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-10 19:26:08 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-10 19:26:08 +0300
commitcb77d9a3581105efadcedabcd7ad266bfdac0f62 (patch)
tree938536a8056f653ac5ae016a454d2ef30068acaa /src/net/eathena/chathandler.h
parent8b7e52b9b44797ab704ec8e2b384ef10f8c912be (diff)
downloadplus-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.h2
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