summaryrefslogtreecommitdiff
path: root/src/core/ns_recover.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ns_recover.c')
-rw-r--r--src/core/ns_recover.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/ns_recover.c b/src/core/ns_recover.c
index 40e0fa301..67e311b42 100644
--- a/src/core/ns_recover.c
+++ b/src/core/ns_recover.c
@@ -32,8 +32,7 @@ int AnopeInit(int argc, char **argv)
moduleAddVersion("$Id$");
moduleSetType(CORE);
- c = createCommand("RECOVER", do_recover, NULL, NICK_HELP_RECOVER, -1,
- -1, -1, -1);
+ c = createCommand("RECOVER", do_recover, NULL, -1, -1, -1, -1, -1);
moduleAddCommand(NICKSERV, c, MOD_UNIQUE);
moduleSetNickHelp(myNickServHelp);