]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_nick.h
Make all our modules use the new stuff rather than the send_ events
[user/henk/code/inspircd.git] / include / commands / cmd_nick.h
index 70e07425117c1d213716648ca9de068df3a0702f..7cab63c09a3c368d8b6c14f8f9b14c45877e2285 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 char* const* parameters, int pcnt, User *user);
 
        /** Handle internal command
         * @param id Used to indicate if invalid nick changes are allowed.