]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_user.h
First phase of conversion to dynamic limits on all the lengths, configured via the...
[user/henk/code/inspircd.git] / include / commands / cmd_user.h
index f0eec34cbddff62b8c6dd10041e246e98edcbc7a..55a5ba115b0f41c80101c46fa080d9bdd7b233a6 100644 (file)
@@ -36,7 +36,7 @@ class CommandUser : public Command
         * @param user The user issuing the command
         * @return A value from CmdResult to indicate command success or failure.
         */
-       CmdResult Handle(const char* const* parameters, int pcnt, User *user);
+       CmdResult Handle(const std::vector<std::string>& parameters, User *user);
 };
 
 #endif