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