]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_userhost.h
Add/document channels/set-permanent priv, and tie setting of +P to it.
[user/henk/code/inspircd.git] / include / commands / cmd_userhost.h
index fa26ae1edbeb40fb61f2e3567ab588c0856715a2..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* const* parameters, int pcnt, User *user);
+       CmdResult Handle(const std::vector<std::string>& parameters, User *user);
 };
 
 #endif