]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_kill.h
Add/document channels/set-permanent priv, and tie setting of +P to it.
[user/henk/code/inspircd.git] / include / commands / cmd_kill.h
index 16d80bb5e73eb12a0369953ef77a40aa5999a401..c9176a933fb76e3c10a8247bbf7b7f7a7d68f251 100644 (file)
@@ -36,7 +36,7 @@ class CommandKill : 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