]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_info.h
First phase of conversion to dynamic limits on all the lengths, configured via the...
[user/henk/code/inspircd.git] / include / commands / cmd_info.h
index c21e35a7f0306f051771ea630eadfff95739caad..28466862f8efce19ab6d65124b8ff30bc94dcef8 100644 (file)
@@ -36,7 +36,7 @@ class CommandInfo : 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