From 9bc3c3968bde9a8b0557dd3211153458c46f95b5 Mon Sep 17 00:00:00 2001 From: Remco Rijnders Date: Wed, 14 Nov 2012 06:45:44 +0100 Subject: [PATCH] Remove seperate handling of o and O lines --- src/s_conf.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/s_conf.c b/src/s_conf.c index 56a4367..4509ccc 100644 --- a/src/s_conf.c +++ b/src/s_conf.c @@ -1071,10 +1071,6 @@ int initconf (opt) aconf->status = CONF_NOCONNECT_SERVER; break; case 'O': - aconf->status = CONF_OPERATOR; - break; - /* Local Operator, (limited privs --SRB) - * Not anymore, OperFlag access levels. -Cabal95 */ case 'o': aconf->status = CONF_OPERATOR; break; -- 2.30.2