X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcommands%2Fcmd_kick.h;h=35de5e52b460483aa40cb1f0582da229188f824b;hb=50fb079808cf6ff76fb8213c3469e435774ae42f;hp=b29afd89948a10cf87a0487110da71154f3b1b6d;hpb=dd36852a52e8541306b76c5b88bce8ab9b36654c;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/commands/cmd_kick.h b/include/commands/cmd_kick.h index b29afd899..35de5e52b 100644 --- a/include/commands/cmd_kick.h +++ b/include/commands/cmd_kick.h @@ -36,7 +36,7 @@ class CommandKick : public Command * @param user The user issuing the command * @return A value from CmdResult to indicate command success or failure. */ - CmdResult Handle(const char* const* parameters, int pcnt, User *user); + CmdResult Handle(const std::vector& parameters, User *user); }; #endif