Remove seperate handling of o and O lines
authorRemco Rijnders <remco@webconquest.com>
Wed, 14 Nov 2012 05:45:44 +0000 (06:45 +0100)
committerRemco Rijnders <remco@webconquest.com>
Wed, 14 Nov 2012 05:47:56 +0000 (06:47 +0100)
src/s_conf.c

index 56a4367e06bc2943a853351e142973fdbf267fb0..4509cccf54c8287749403ad2c2139d0d6b81e575 100644 (file)
@@ -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;