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