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