summaryrefslogtreecommitdiff
path: root/src/commands/cmd_pong.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/cmd_pong.cpp')
-rw-r--r--src/commands/cmd_pong.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/cmd_pong.cpp b/src/commands/cmd_pong.cpp
index e1927deab..5457e4eda 100644
--- a/src/commands/cmd_pong.cpp
+++ b/src/commands/cmd_pong.cpp
@@ -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;