]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_privmsg.h
Add/document channels/set-permanent priv, and tie setting of +P to it.
[user/henk/code/inspircd.git] / include / commands / cmd_privmsg.h
index 8559fd93fc4e8fb1bd259c09a3c5a893580887fd..cb39ed99b7c3d2bb9af0564a732228a994b9c6c5 100644 (file)
@@ -36,7 +36,7 @@ class CommandPrivmsg : 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