diff options
Diffstat (limited to 'src/cmd_away.cpp')
-rw-r--r-- | src/cmd_away.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_away.cpp b/src/cmd_away.cpp index c27ce222a..c237a94fd 100644 --- a/src/cmd_away.cpp +++ b/src/cmd_away.cpp @@ -21,7 +21,7 @@ extern "C" DllExport Command* init_command(InspIRCd* Instance) /** Handle /AWAY */ -CmdResult cmd_away::Handle (const char** parameters, int pcnt, userrec *user) +CmdResult cmd_away::Handle (const char** parameters, int pcnt, User *user) { if ((pcnt) && (*parameters[0])) { |