]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_away.h
Remove SpanningTreeProtocolInterface::SendOperNotice - it was translated to a SendSNO...
[user/henk/code/inspircd.git] / include / commands / cmd_away.h
index ac932ec1cd5203e205e4c02d72c0febd52416b77..48bc35f6fa5899780bede3c2e5041c9a3a76df0f 100644 (file)
@@ -36,7 +36,7 @@ class CommandAway : 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