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