summaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2008-04-17 12:55:49 +0000
committerYohann Ferreira <bertram@cegetel.net>2008-04-17 12:55:49 +0000
commit6afe553c237bf0a9ffde8fc7eae469431718268e (patch)
treefee742310a874eedc73d97e7e70769ec4bac4ebd /src/net
parent0991c1942ee6f09d40a6224702ce2bf88921a54f (diff)
downloadmana-6afe553c237bf0a9ffde8fc7eae469431718268e.tar.gz
mana-6afe553c237bf0a9ffde8fc7eae469431718268e.tar.bz2
mana-6afe553c237bf0a9ffde8fc7eae469431718268e.tar.xz
mana-6afe553c237bf0a9ffde8fc7eae469431718268e.zip
One file was forgotten while committing the private channels removal.
Diffstat (limited to 'src/net')
-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);