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 51c951eba..7e7cba3b9 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* const*, int, User *user)
+CmdResult CommandPong::Handle (const std::vector<std::string>&, User *user)
{
// set the user as alive so they survive to next ping
user->lastping = 1;