]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_clearcache.h
In the grand tradition of huge fucking commits:
[user/henk/code/inspircd.git] / include / commands / cmd_clearcache.h
index b89029a30f8801879a3ffffe28469734bc5c0cad..0af086609472f4deb37c6dfdfd78d589b57768e0 100644 (file)
@@ -35,7 +35,7 @@ class cmd_clearcache : 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, userrec *user);
+       CmdResult Handle(const char** parameters, int pcnt, User *user);
 };
 
 #endif