summaryrefslogtreecommitdiff
path: root/src/core/ns_getpass.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ns_getpass.c')
-rw-r--r--src/core/ns_getpass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ns_getpass.c b/src/core/ns_getpass.c
index a348711f8..05373cedb 100644
--- a/src/core/ns_getpass.c
+++ b/src/core/ns_getpass.c
@@ -69,7 +69,7 @@ class CommandNSGetPass : public Command
if (!is_services_admin(u))
return false;
- notice_lang(s_NickServ, u, NICK_SERVADMIN_HELP_GETPASS);
+ notice_help(s_NickServ, u, NICK_SERVADMIN_HELP_GETPASS);
return true;
}