]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_mode.h
Add fixes to stop people changing the SID of a live server - certain configuration...
[user/henk/code/inspircd.git] / include / commands / cmd_mode.h
index 32d3528e3968811566ff385266442c6bbea2be70..f573f7d1a0b131e77f5b31d3eceed3a61d31f780 100644 (file)
@@ -35,7 +35,7 @@ class CommandMode : 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