]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_version.h
There is absolutely no need to cache connect timeout.
[user/henk/code/inspircd.git] / include / commands / cmd_version.h
index 01e475dfcbc60e146a897a1725f1cfd6a58e55d1..3b85fb4085b8a669fa821ffd2693f10b2098b91c 100644 (file)
@@ -36,7 +36,7 @@ class CommandVersion : 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