diff options
Diffstat (limited to 'src/gui/chat.cpp')
-rw-r--r-- | src/gui/chat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp index f6e95059..a0e7f036 100644 --- a/src/gui/chat.cpp +++ b/src/gui/chat.cpp @@ -333,7 +333,7 @@ void ChatWindow::chatSend(std::string const &nick, std::string const &msg, else if (command == "register") { chatLog("Requesting to register channel " + arg, BY_SERVER); - Net::ChatServer::registerChannel(arg, "", "", false); + Net::ChatServer::registerChannel(arg, "", ""); } else if (command == "join") { |