]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_squit.h
In the grand tradition of huge fucking commits:
[user/henk/code/inspircd.git] / include / commands / cmd_squit.h
index faef49dff4d7d87d548fa363a6815a3ca2f90a18..f1270ef4cbe6246b8434b1df1473e1b536a8e6b2 100644 (file)
@@ -39,7 +39,7 @@ class cmd_squit : 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