From 0ff1cce3a289c2a813ed5db13250abbb23d2a9f0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 9 Sep 2014 16:52:53 +0300 Subject: eathena: add packet CMSG_CREAYE_CHAT_ROOM 0x00d5. --- src/net/eathena/chathandler.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/net/eathena/chathandler.h') diff --git a/src/net/eathena/chathandler.h b/src/net/eathena/chathandler.h index 05f2f7217..119651ef4 100644 --- a/src/net/eathena/chathandler.h +++ b/src/net/eathena/chathandler.h @@ -56,6 +56,11 @@ class ChatHandler final : public MessageHandler, public Ea::ChatHandler void unIgnoreAll() const override final; + void createChatRoom(const std::string &title, + const std::string &password, + const int limit, + const bool isPublic) override final; + static void processRaw(MessageOut &restrict outMsg, const std::string &restrict line); -- cgit v1.2.3-60-g2f50