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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/chathandler.h b/src/net/chathandler.h
index b3acf6384..0246978df 100644
--- a/src/net/chathandler.h
+++ b/src/net/chathandler.h
@@ -59,6 +59,8 @@ class ChatHandler notfinal
virtual void unIgnoreAll() const = 0;
virtual void clear() = 0;
+
+ virtual void createChatRoom(const std::string &title, const std::string &password, const int limit, const bool isPublic) = 0;
};
} // namespace Net