]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_quit.h
First phase of conversion to dynamic limits on all the lengths, configured via the...
[user/henk/code/inspircd.git] / include / commands / cmd_quit.h
index b6ea0e9b03de41e355bd5bcf49b9e9610632fb15..b26cfa9a770a605282a6325acbf72cb1583f9fc8 100644 (file)
@@ -36,7 +36,7 @@ class CommandQuit : 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