]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_oper.h
Add fixes to stop people changing the SID of a live server - certain configuration...
[user/henk/code/inspircd.git] / include / commands / cmd_oper.h
index 5a48f3d8f06598b60bec0aaa4ff8c958d2941234..80d7c8b37824edf943c2b39aa5123fd4fd065065 100644 (file)
@@ -38,7 +38,7 @@ class CommandOper : 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