summaryrefslogtreecommitdiff
path: root/src/cmd_lusers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd_lusers.cpp')
-rw-r--r--src/cmd_lusers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_lusers.cpp b/src/cmd_lusers.cpp
index cc66ba435..1ea6f2f42 100644
--- a/src/cmd_lusers.cpp
+++ b/src/cmd_lusers.cpp
@@ -21,7 +21,7 @@ extern "C" DllExport Command* init_command(InspIRCd* Instance)
/** Handle /LUSERS
*/
-CmdResult cmd_lusers::Handle (const char** parameters, int pcnt, userrec *user)
+CmdResult cmd_lusers::Handle (const char** parameters, int pcnt, User *user)
{
// this lusers command shows one server at all times because
// a protocol module must override it to show those stats.