]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_admin.h
In the grand tradition of huge fucking commits:
[user/henk/code/inspircd.git] / include / commands / cmd_admin.h
index 049d230b06e1e24111ce06d8316b2acc4c6207dc..8b85a3e95f684ad553dd797234fd3512b9e3755c 100644 (file)
@@ -34,7 +34,7 @@ class cmd_admin : 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