X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcommands%2Fcmd_wallops.h;h=fdc522fc651df404fd6c34351d26d7328791c60e;hb=9183ebd28c79b12ddf29b3847f59679e480af70a;hp=3a87ce6080dbf97b46f2a0462300d7ef24e6d1f1;hpb=dd36852a52e8541306b76c5b88bce8ab9b36654c;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/commands/cmd_wallops.h b/include/commands/cmd_wallops.h index 3a87ce608..fdc522fc6 100644 --- a/include/commands/cmd_wallops.h +++ b/include/commands/cmd_wallops.h @@ -36,7 +36,7 @@ class CommandWallops : 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