diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/os_akill.c | 1 | ||||
-rw-r--r-- | src/core/os_modload.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/core/os_akill.c b/src/core/os_akill.c index a37b58821..7b1a5f616 100644 --- a/src/core/os_akill.c +++ b/src/core/os_akill.c @@ -65,7 +65,6 @@ void myOperServHelp(User * u) { if (is_services_oper(u)) { notice_lang(s_OperServ, u, OPER_HELP_CMD_AKILL); - notice_lang(s_OperServ, u, HELP_LIMIT_SERV_OPER); } } diff --git a/src/core/os_modload.c b/src/core/os_modload.c index ca782ce0b..10b72703a 100644 --- a/src/core/os_modload.c +++ b/src/core/os_modload.c @@ -59,7 +59,6 @@ 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); } } |