summaryrefslogtreecommitdiff
path: root/src/connectionhandler.h
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2006-01-24 22:10:29 +0000
committerYohann Ferreira <bertram@cegetel.net>2006-01-24 22:10:29 +0000
commit47858bb48f2735d0a44e8c461951559fa94062d8 (patch)
treef63baae9ff9959f7c7795b44aa79be179b54a6ae /src/connectionhandler.h
parent5293e989f8ad43a1b02562be2bcba071803f24c3 (diff)
downloadmanaserv-47858bb48f2735d0a44e8c461951559fa94062d8.tar.gz
manaserv-47858bb48f2735d0a44e8c461951559fa94062d8.tar.bz2
manaserv-47858bb48f2735d0a44e8c461951559fa94062d8.tar.xz
manaserv-47858bb48f2735d0a44e8c461951559fa94062d8.zip
Chat Channeling Commit part 4. Renamed the slang filter into StringFilter and moved some code to it. Added the missing protocol values, and implemented registering/registering of channels; More to come about it.
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;