]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_pong.h
Add/document channels/set-permanent priv, and tie setting of +P to it.
[user/henk/code/inspircd.git] / include / commands / cmd_pong.h
index b96f12dcbad2ff44da336bd97c9014aa50bae5d0..2c96d54181e9b894c42bfebeaaacd15206f9fe8a 100644 (file)
@@ -37,7 +37,7 @@ class CommandPong : 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