]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_mode.h
First phase of conversion to dynamic limits on all the lengths, configured via the...
[user/henk/code/inspircd.git] / include / commands / cmd_mode.h
index 32d3528e3968811566ff385266442c6bbea2be70..0025356fbff97b6b481960d64361a02025697e12 100644 (file)
@@ -35,7 +35,7 @@ class CommandMode : 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