X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcommands%2Fcmd_join.h;h=7b5fc76b9879ddb341cc2a032a0ed62277192645;hb=9183ebd28c79b12ddf29b3847f59679e480af70a;hp=9e5a5a918c6e8d8444b42b58d3d8d0e7b69243c9;hpb=e4acbc95b8b6cd5b28d38a2242c02e8ff4991e4a;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/commands/cmd_join.h b/include/commands/cmd_join.h index 9e5a5a918..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** parameters, int pcnt, User *user); + CmdResult Handle(const std::vector& parameters, User *user); }; #endif