summaryrefslogtreecommitdiff
path: root/src/core/os_umode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/os_umode.c')
-rw-r--r--src/core/os_umode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/os_umode.c b/src/core/os_umode.c
index e3701ee3d..5575715be 100644
--- a/src/core/os_umode.c
+++ b/src/core/os_umode.c
@@ -69,7 +69,7 @@ class CommandOSUMode : public Command
if (!is_services_root(u))
return false;
- notice_lang(s_OperServ, u, OPER_HELP_UMODE);
+ notice_help(s_OperServ, u, OPER_HELP_UMODE);
return true;
}