]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_map.h
Remove 'default log' and <options:loglevel> (wtf?)
[user/henk/code/inspircd.git] / include / commands / cmd_map.h
index 85e24b542ed91c1db13aae843bd2947975882f11..77e77c901540560b4d34890f8542602da20df35a 100644 (file)
@@ -36,7 +36,7 @@ class CommandMap : 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