]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_connect.cpp
Some quick credits updates.. nothing huge, just people that have been helpful during...
[user/henk/code/inspircd.git] / src / commands / cmd_connect.cpp
index b44264123a9af73b805601841e4d8e7fdd6d3371..45acdb5c64a0e6638fbfb093d280f9934298919b 100644 (file)
@@ -25,7 +25,7 @@ extern "C" DllExport Command* init_command(InspIRCd* Instance)
 
 /** Handle /CONNECT
  */
-CmdResult CommandConnect::Handle (const char** parameters, int pcnt, User *user)
+CmdResult CommandConnect::Handle (const char**, 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;