diff options
Diffstat (limited to 'src/core/os_oper.c')
-rw-r--r-- | src/core/os_oper.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/os_oper.c b/src/core/os_oper.c index aac6e14b2..75ef6a0ad 100644 --- a/src/core/os_oper.c +++ b/src/core/os_oper.c @@ -74,11 +74,6 @@ int do_oper(User * u) NickAlias *na; int res = 0; - if (skeleton) { - notice_lang(s_OperServ, u, OPER_OPER_SKELETON); - return MOD_CONT; - } - if (!cmd || (!nick && stricmp(cmd, "LIST") && stricmp(cmd, "CLEAR"))) { syntax_error(s_OperServ, u, "OPER", OPER_OPER_SYNTAX); } else if (!stricmp(cmd, "ADD")) { |