]> 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 0fc95dd069006f9230ebd4f0f90974c37ddaad6e..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** parameters, int pcnt, User *user);
+       CmdResult Handle(const std::vector<std::string>& parameters, User *user);
 };
 
 #endif