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