X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcommands%2Fcmd_part.h;h=82bd7362107a5ef0d4dced5fab0726b75f871a8c;hb=798983e2512aadc0c078e86b12aa060d6a3287ad;hp=330cc0405dc67ccf6328daff3f029b0ecc3244df;hpb=e4acbc95b8b6cd5b28d38a2242c02e8ff4991e4a;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/commands/cmd_part.h b/include/commands/cmd_part.h index 330cc0405..82bd73621 100644 --- a/include/commands/cmd_part.h +++ b/include/commands/cmd_part.h @@ -36,7 +36,7 @@ class CommandPart : public Command * @param user The user issuing the command * @return A value from CmdResult to indicate command success or failure. */ - CmdResult Handle(const char** parameters, int pcnt, User *user); + CmdResult Handle(const std::vector& parameters, User *user); }; #endif