]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_list.h
Okay, this was good in theory, but totally and utterly fucked in implementation....
[user/henk/code/inspircd.git] / include / commands / cmd_list.h
index a84a9c9c66ce86eea39d87b23853f719a55f8cde..e3294349c484d203d08ae5647605afa6838c13b0 100644 (file)
@@ -36,7 +36,7 @@ class CommandList : 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