]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_rules.h
Remind me that I need to initialise ints *smack*
[user/henk/code/inspircd.git] / include / commands / cmd_rules.h
index 950cb5623fc8a80f42fa6bf29cb8d99e9d93873e..369c3980012564fb88042303bcc79e9f30332041 100644 (file)
@@ -39,7 +39,7 @@ class CommandRules : 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);
 };
 
 #endif