summaryrefslogtreecommitdiff
path: root/src/core/os_mode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/os_mode.c')
-rw-r--r--src/core/os_mode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/os_mode.c b/src/core/os_mode.c
index a09d2bf01..7dc291bb1 100644
--- a/src/core/os_mode.c
+++ b/src/core/os_mode.c
@@ -56,7 +56,7 @@ class CommandOSMode : public Command
if (!is_services_oper(u))
return false;
- notice_lang(s_OperServ, u, OPER_HELP_MODE);
+ notice_help(s_OperServ, u, OPER_HELP_MODE);
return true;
}