diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-10-25 04:13:07 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-10-25 04:13:07 +0000 |
commit | 13f92e03bef779626802149df23e458aea489b27 (patch) | |
tree | 9645642e45d32f9979df17a4ad43334779ead149 /src | |
parent | 6e3aa36876fe85caac9919420ece61d981f046a4 (diff) |
Document /ns confirm nick in /ns help confirm for services operators
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2587 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src')
-rw-r--r-- | src/core/ns_register.c | 2 |
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; } }; |