summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/ns_register.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ns_register.c b/src/core/ns_register.c
index 6fd8e2455..65ccfa614 100644
--- a/src/core/ns_register.c
+++ b/src/core/ns_register.c
@@ -162,6 +162,8 @@ class CommandNSConfirm : public Command
bool OnHelp(User *u, const ci::string &subcommand)
{
notice_help(s_NickServ, u, NICK_HELP_CONFIRM);
+ if (u->nc && u->nc->HasCommand("nickserv/confirm"))
+ notice_help(s_NickServ, u, NICK_HELP_CONFIRM_OPER);
return true;
}
};