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