]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_kick.h
Properly name the windows service error constants and put proper descriptions in...
[user/henk/code/inspircd.git] / include / commands / cmd_kick.h
index b29afd89948a10cf87a0487110da71154f3b1b6d..35de5e52b460483aa40cb1f0582da229188f824b 100644 (file)
@@ -36,7 +36,7 @@ class CommandKick : 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