summaryrefslogtreecommitdiff
path: root/src/net/chathandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/chathandler.h')
-rw-r--r--src/net/chathandler.h5
1 files changed, 5 insertions, 0 deletions
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