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