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