]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_nick.h
Add/document channels/set-permanent priv, and tie setting of +P to it.
[user/henk/code/inspircd.git] / include / commands / cmd_nick.h
index 7cab63c09a3c368d8b6c14f8f9b14c45877e2285..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* const* 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.