]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_part.h
Minor style tidyup.
[user/henk/code/inspircd.git] / include / commands / cmd_part.h
index 330cc0405dc67ccf6328daff3f029b0ecc3244df..82bd7362107a5ef0d4dced5fab0726b75f871a8c 100644 (file)
@@ -36,7 +36,7 @@ class CommandPart : 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