]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_motd.h
Remove 'default log' and <options:loglevel> (wtf?)
[user/henk/code/inspircd.git] / include / commands / cmd_motd.h
index fb6a8da5a6b2f61c191793a5aacf9a1a0c1ed32f..42e33439898a4848018f326f3ceedb4b0212c7e3 100644 (file)
@@ -39,7 +39,7 @@ class CommandMotd : 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