]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_ison.h
Minor style tidyup.
[user/henk/code/inspircd.git] / include / commands / cmd_ison.h
index 146cd42163ed4f43d7aa5c97b4b51266b5f5201c..8bfbd2beebeebdb6a42e11e02780815204d656d3 100644 (file)
@@ -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** parameters, int pcnt, User *user);
+       CmdResult Handle(const std::vector<std::string>& parameters, User *user);
 };
 
 #endif