X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcommands%2Fcmd_join.h;h=7b5fc76b9879ddb341cc2a032a0ed62277192645;hb=9183ebd28c79b12ddf29b3847f59679e480af70a;hp=9f095c73c7aa17996514a3a1aa1b348ae24cfdd7;hpb=dd36852a52e8541306b76c5b88bce8ab9b36654c;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/commands/cmd_join.h b/include/commands/cmd_join.h index 9f095c73c..7b5fc76b9 100644 --- a/include/commands/cmd_join.h +++ b/include/commands/cmd_join.h @@ -36,7 +36,7 @@ class CommandJoin : 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