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