summaryrefslogtreecommitdiff
path: root/src/connectionhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/connectionhandler.h')
-rw-r--r--src/connectionhandler.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/connectionhandler.h b/src/connectionhandler.h
index 08965a6a..e89d9f74 100644
--- a/src/connectionhandler.h
+++ b/src/connectionhandler.h
@@ -133,6 +133,12 @@ class ConnectionHandler
*/
unsigned int getClientNumber();
+ /**
+ * tells a list of user they're leaving a channel.
+ */
+ void makeUsersLeaveChannel(const short channelId);
+
+
private:
std::map<unsigned int, MessageHandler*> handlers;