]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/configreader.h
DO NOT USE THIS COMMIT - if you do, most of the modules wont work.
[user/henk/code/inspircd.git] / include / configreader.h
index 514e5e9b3834a9a8bd4d58ef80d429f6009d33e6..c4275ab5f03eebbb3b2a16511705bfa0a5c8ad56 100644 (file)
@@ -349,6 +349,12 @@ class ServerConfig : public Extensible
         */
        bool AllowHalfop;
 
+       /** If this is set to true, then mode lists (e.g
+        * MODE #chan b) are hidden from unprivileged
+        * users.
+        */
+       bool HideModeLists[256];
+
        /** The number of seconds the DNS subsystem
         * will wait before timing out any request.
         */