X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcommands%2Fcmd_pass.h;h=aa0a35a4e4add2a060fdb4f0b21f8faf26006d4d;hb=2be4fff3e371b8add4fa6f471414e1f88418875f;hp=b156a95284536033002e9b5680a38bd52fdbe157;hpb=e4acbc95b8b6cd5b28d38a2242c02e8ff4991e4a;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/commands/cmd_pass.h b/include/commands/cmd_pass.h index b156a9528..aa0a35a4e 100644 --- a/include/commands/cmd_pass.h +++ b/include/commands/cmd_pass.h @@ -39,7 +39,7 @@ class CommandPass : 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