]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_nick.h
Properly name the windows service error constants and put proper descriptions in...
[user/henk/code/inspircd.git] / include / commands / cmd_nick.h
index 70e07425117c1d213716648ca9de068df3a0702f..18c65b5871cd96f12a3da17cc8075e39586a89fe 100644 (file)
@@ -37,7 +37,7 @@ class CommandNick : 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);
 
        /** Handle internal command
         * @param id Used to indicate if invalid nick changes are allowed.