]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_pong.cpp
Fake lag on nick change, thanks pLaYa
[user/henk/code/inspircd.git] / src / commands / cmd_pong.cpp
index e1927deab5c268fbe98e69369e0f404a2829ce38..5457e4eda92581b89104d7097648b78fe9e73909 100644 (file)
@@ -19,7 +19,7 @@ extern "C" DllExport Command* init_command(InspIRCd* Instance)
        return new CommandPong(Instance);
 }
 
-CmdResult CommandPong::Handle (const char** parameters, int pcnt, User *user)
+CmdResult CommandPong::Handle (const char**, int, User *user)
 {
        // set the user as alive so they survive to next ping
        user->lastping = 1;