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