summaryrefslogtreecommitdiff
path: root/src/connectionhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/connectionhandler.h')
-rw-r--r--src/connectionhandler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/connectionhandler.h b/src/connectionhandler.h
index 9b0938e1..08965a6a 100644
--- a/src/connectionhandler.h
+++ b/src/connectionhandler.h
@@ -124,6 +124,11 @@ class ConnectionHandler
void sendAround(tmwserv::BeingPtr, MessageOut &);
/**
+ * Send packet to every client in a registered channel.
+ */
+ void sendInChannel(short channelId, MessageOut &);
+
+ /**
* Return the number of connected clients.
*/
unsigned int getClientNumber();