X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcommands%2Fcmd_ison.h;h=8bfbd2beebeebdb6a42e11e02780815204d656d3;hb=798983e2512aadc0c078e86b12aa060d6a3287ad;hp=31bd9b6591a86154f490ef490156c3b68c0559dc;hpb=dd36852a52e8541306b76c5b88bce8ab9b36654c;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/commands/cmd_ison.h b/include/commands/cmd_ison.h index 31bd9b659..8bfbd2bee 100644 --- a/include/commands/cmd_ison.h +++ b/include/commands/cmd_ison.h @@ -36,7 +36,7 @@ class CommandIson : 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