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