diff options
Diffstat (limited to 'src/net/tmwa/chathandler.cpp')
-rw-r--r-- | src/net/tmwa/chathandler.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/net/tmwa/chathandler.cpp b/src/net/tmwa/chathandler.cpp index 4b426e1d8..086426901 100644 --- a/src/net/tmwa/chathandler.cpp +++ b/src/net/tmwa/chathandler.cpp @@ -692,4 +692,11 @@ void ChatHandler::leaveChatRoom() const { } +void ChatHandler::setChatRoomOptions(const int limit A_UNUSED, + const bool isPublict A_UNUSED, + const std::string &passwordt A_UNUSED, + const std::string &titlet A_UNUSED) const +{ +} + } // namespace TmwAthena |