From 23b0787ad33fc01e3a65bd53f2d8bc9f52a91224 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 29 Mar 2015 12:36:24 +0300 Subject: eathena: add packet CMSG_SET_CHAT_ROOM_OPTIONS 0x00de. --- 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 174c70bfa..89fc7f43c 100644 --- a/src/net/eathena/chathandler.h +++ b/src/net/eathena/chathandler.h @@ -89,6 +89,11 @@ class ChatHandler final : public MessageHandler, public Ea::ChatHandler void leaveChatRoom() const override final; + void setChatRoomOptions(const int limit, + const bool isPublic, + const std::string &password, + const std::string &title) const override final; + protected: static std::string extractChannelFromMessage(std::string &chatMsg); -- cgit v1.2.3-60-g2f50