diff options
Diffstat (limited to 'src/cmd_user.cpp')
-rw-r--r-- | src/cmd_user.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_user.cpp b/src/cmd_user.cpp index 97466bce4..f493f76c1 100644 --- a/src/cmd_user.cpp +++ b/src/cmd_user.cpp @@ -27,7 +27,7 @@ extern int MODCOUNT; extern ModuleList modules; extern FactoryList factory; -void cmd_user::Handle (char **parameters, int pcnt, userrec *user) +void cmd_user::Handle (const char** parameters, int pcnt, userrec *user) { if (user->registered < 3) { |