summaryrefslogtreecommitdiff
path: root/src/cmd_users.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd_users.cpp')
-rw-r--r--src/cmd_users.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_users.cpp b/src/cmd_users.cpp
index 8286a675f..3d8b7519d 100644
--- a/src/cmd_users.cpp
+++ b/src/cmd_users.cpp
@@ -19,7 +19,7 @@
#include "helperfuncs.h"
#include "commands/cmd_users.h"
-void cmd_users::Handle (char **parameters, int pcnt, userrec *user)
+void cmd_users::Handle (const char** parameters, int pcnt, userrec *user)
{
WriteServ(user->fd,"445 %s :USERS has been disabled (depreciated command)",user->nick);
}