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