diff options
Diffstat (limited to 'src/net/chatserver/chatserver.h')
-rw-r--r-- | src/net/chatserver/chatserver.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/net/chatserver/chatserver.h b/src/net/chatserver/chatserver.h index cf86baf3..c4e0003d 100644 --- a/src/net/chatserver/chatserver.h +++ b/src/net/chatserver/chatserver.h @@ -48,9 +48,12 @@ namespace Net void unregisterChannel(short channel); - void enterChannel(short channel, const std::string &password); + void enterChannel(const std::string &channel, const std::string &password); void quitChannel(short channel); + + void getChannelList(); + } } |