X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcommands%2Fcmd_pong.cpp;h=7e7cba3b9786d76beb5ab81c795780f6d08b9cd6;hb=b3ea96554e5334c27030c14b72ea1c69c253bde0;hp=51c951eba56cb31e65c8bdb596fda3cd012f6ceb;hpb=dd36852a52e8541306b76c5b88bce8ab9b36654c;p=user%2Fhenk%2Fcode%2Finspircd.git 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&, User *user) { // set the user as alive so they survive to next ping user->lastping = 1;