summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/ns_register.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ns_register.c b/src/core/ns_register.c
index ed8c6dbd2..d2e8ea610 100644
--- a/src/core/ns_register.c
+++ b/src/core/ns_register.c
@@ -46,7 +46,7 @@ int AnopeInit(int argc, char **argv)
c = createCommand("CONFIRM", do_confirm, NULL, NICK_HELP_CONFIRM, -1, -1, -1, -1);
moduleAddCommand(NICKSERV, c, MOD_UNIQUE);
- c = createCommand("RESEND", do_resend, NULL, -1, -1, -1, -1, -1);
+ c = createCommand("RESEND", do_resend, NULL, NICK_HELP_RESEND, -1, -1, -1, -1);
moduleAddCommand(NICKSERV, c, MOD_UNIQUE);