]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_invite.h
In the grand tradition of huge fucking commits:
[user/henk/code/inspircd.git] / include / commands / cmd_invite.h
index 95391e829a5b05d18887da91d314269de49be343..ad78869b203017b48fa1194130ba84274ace3d17 100644 (file)
@@ -36,7 +36,7 @@ class cmd_invite : 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