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