diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | src/net/chatserver/chatserver.h | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -2,6 +2,8 @@ * src/gui/progressbar.h, src/gui/progressbar.cpp: Added smooth changes in progressbar. + * src/net/chatserver/chatserver.h: One file was forgotten into the + private channels removal. 2008-04-16 David Athay <ko2fan@gmail.com> 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); |