]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_clearcache.h
Add/document channels/set-permanent priv, and tie setting of +P to it.
[user/henk/code/inspircd.git] / include / commands / cmd_clearcache.h
index d3435391a91b677c7cdaa71179ce915539e09e86..248c2cdbe38eeb1a891fc2c82da37d86c76780be 100644 (file)
@@ -35,7 +35,7 @@ class CommandClearcache : 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