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/chathandler.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/net/chathandler.h') diff --git a/src/net/chathandler.h b/src/net/chathandler.h index fb8a1ab59..404ee6ab5 100644 --- a/src/net/chathandler.h +++ b/src/net/chathandler.h @@ -85,6 +85,11 @@ class ChatHandler notfinal virtual void joinChat(const ChatObject *const chat, const std::string &password) const = 0; + + virtual void setChatRoomOptions(const int limit, + const bool isPublic, + const std::string &password, + const std::string &title) const = 0; }; } // namespace Net -- cgit v1.2.3-70-g09d2