]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_motd.h
First phase of conversion to dynamic limits on all the lengths, configured via the...
[user/henk/code/inspircd.git] / include / commands / cmd_motd.h
index fb6a8da5a6b2f61c191793a5aacf9a1a0c1ed32f..1aac648242bf074bb5025c5242ab4dd0f1c718ef 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 std::vector<std::string>& parameters, User *user);
 };
 
 #endif