From: Remco Rijnders Date: Wed, 14 Nov 2012 05:45:44 +0000 (+0100) Subject: Remove seperate handling of o and O lines X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=9bc3c3968bde9a8b0557dd3211153458c46f95b5;p=serene-ircd.git Remove seperate handling of o and O lines --- 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;