]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_zline.h
Penalty should be 'const int'. Note, you can set a const in the constructors init...
[user/henk/code/inspircd.git] / include / commands / cmd_zline.h
index 114de31b19b9e5089a0857252d44126922fcf066..e3ad7b727dc02c4f799b85ec2b5829b13ed3deab 100644 (file)
@@ -36,7 +36,7 @@ class cmd_zline : 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