summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/net/chatserver/chatserver.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/chatserver/chatserver.h b/src/net/chatserver/chatserver.h
index b49d0c9e..1a34f442 100644
--- a/src/net/chatserver/chatserver.h
+++ b/src/net/chatserver/chatserver.h
@@ -43,8 +43,7 @@ namespace Net
void privMsg(const std::string &recipient, const std::string &text);
void registerChannel(const std::string &name,
- const std::string &announcement, const std::string &password,
- char isPrivate);
+ const std::string &announcement, const std::string &password);
void unregisterChannel(short channel);