]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_connect.cpp
Add an optional bool to ModeParser::ModeString() to not give the nickname n times...
[user/henk/code/inspircd.git] / src / commands / cmd_connect.cpp
index 7eb909c109756f7c3045fca74aa904f74fd567f0..04aada20730de4dabd9f9e8617e68d213148cb26 100644 (file)
@@ -25,7 +25,7 @@ extern "C" DllExport Command* init_command(InspIRCd* Instance)
 
 /** Handle /CONNECT
  */
-CmdResult CommandConnect::Handle (const char**, int, User *user)
+CmdResult CommandConnect::Handle (const char* const*, int, User *user)
 {
        user->WriteServ( "NOTICE %s :Look into loading a linking module (like m_spanningtree) if you want this to do anything useful.", user->nick);
        return CMD_SUCCESS;