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