summaryrefslogtreecommitdiff
path: root/src/core/cs_logout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_logout.c')
-rw-r--r--src/core/cs_logout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/cs_logout.c b/src/core/cs_logout.c
index 670e65865..f46438059 100644
--- a/src/core/cs_logout.c
+++ b/src/core/cs_logout.c
@@ -115,8 +115,8 @@ class CommandCSLogout : public Command
bool OnHelp(User *u, const std::string &subcommand)
{
if (is_services_admin(u) || is_services_root(u))
- notice_lang(s_NickServ, u, CHAN_SERVADMIN_HELP_LOGOUT);
- notice_lang(s_NickServ, u, CHAN_HELP_LOGOUT);
+ notice_help(s_NickServ, u, CHAN_SERVADMIN_HELP_LOGOUT);
+ notice_help(s_NickServ, u, CHAN_HELP_LOGOUT);
return true;
}