]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_squit.cpp
Some quick credits updates.. nothing huge, just people that have been helpful during...
[user/henk/code/inspircd.git] / src / commands / cmd_squit.cpp
index 8f1cbf43da0c1837cca74f66c552f1b4fa929866..f6c8c7b1e47af271c2a17d76b0cc72d719892aff 100644 (file)
@@ -24,7 +24,7 @@ extern "C" DllExport Command* init_command(InspIRCd* Instance)
        return new CommandSquit(Instance);
 }
 
-CmdResult CommandSquit::Handle (const char** parameters, int pcnt, User *user)
+CmdResult CommandSquit::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_FAILURE;