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