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