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