]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_who.h
Here too
[user/henk/code/inspircd.git] / include / commands / cmd_who.h
index 78a994eec8790c42db0fb6a1e3e79f0b11ad60f7..87ea44449d08dd8ad7fad7cdc534cb2406de4a2a 100644 (file)
@@ -49,7 +49,7 @@ class CommandWho : 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);
        bool whomatch(User* user, const char* matchtext);
 };