X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcommands%2Fcmd_version.h;h=3b85fb4085b8a669fa821ffd2693f10b2098b91c;hb=9183ebd28c79b12ddf29b3847f59679e480af70a;hp=01e475dfcbc60e146a897a1725f1cfd6a58e55d1;hpb=dd36852a52e8541306b76c5b88bce8ab9b36654c;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/commands/cmd_version.h b/include/commands/cmd_version.h index 01e475dfc..3b85fb408 100644 --- a/include/commands/cmd_version.h +++ b/include/commands/cmd_version.h @@ -36,7 +36,7 @@ class CommandVersion : 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