]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/configreader.h
Move <security:genericoper> into core_whois.
[user/henk/code/inspircd.git] / include / configreader.h
index 5d99bd8432e5ae18d45d041dde65b270243cf8d3..be7d8c7e07711f53b6d4e0f60d8621e38b2a65de 100644 (file)
@@ -344,12 +344,6 @@ class CoreExport ServerConfig
         */
        std::bitset<64> DisabledCModes;
 
-       /** If set to true, then all opers on this server are
-        * shown with a generic 'is an IRC operator' line rather
-        * than the oper type. Oper types are still used internally.
-        */
-       bool GenericOper;
-
        /** How to treat a user in a channel who is banned. */
        BannedUserTreatment RestrictBannedUsers;