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