]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_oper.h
Add/document channels/set-permanent priv, and tie setting of +P to it.
[user/henk/code/inspircd.git] / include / commands / cmd_oper.h
index 5a48f3d8f06598b60bec0aaa4ff8c958d2941234..3ec8cbca79fc6d408033f695a9bc3bd1e97917e8 100644 (file)
@@ -38,7 +38,7 @@ class CommandOper : 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