]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/configreader.h
Fix trivial desync with FTOPIC: if topic is identical, we still need to broadcast...
[user/henk/code/inspircd.git] / include / configreader.h
index 3759e909f9855463ee8d5762511ffc2206fdac33..fb187048b3f6a2030af6a96bf45ceebde33a212b 100644 (file)
@@ -429,10 +429,6 @@ class CoreExport ServerConfig : public Extensible
         */
        bool AllowHalfop;
 
-       /** If this value is true, users are allowed to devoice themselves.
-        */
-       bool AllowDevoiceSelf;
-
        /** If this is set to true, then mode lists (e.g
         * MODE #chan b) are hidden from unprivileged
         * users.