diff options
Diffstat (limited to 'src/core/os_modload.c')
-rw-r--r-- | src/core/os_modload.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/os_modload.c b/src/core/os_modload.c index 10b72703a..ca782ce0b 100644 --- a/src/core/os_modload.c +++ b/src/core/os_modload.c @@ -59,6 +59,7 @@ void myOperServHelp(User * u) { if (is_services_root(u)) { notice_lang(s_OperServ, u, OPER_HELP_CMD_MODLOAD); + notice_lang(s_OperServ, u, HELP_LIMIT_SERV_ROOT); } } |