]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_restart.h
Minor style tidyup.
[user/henk/code/inspircd.git] / include / commands / cmd_restart.h
index ddb14cbbcae023eca00f0063c87d2fdddbc1ae7d..6ad33655a85fc22ee501494bfa87046651b73287 100644 (file)
@@ -39,7 +39,7 @@ class CommandRestart : 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