]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/configreader.h
Cover most of the included oper commands in the default examples of class tags, so...
[user/henk/code/inspircd.git] / include / configreader.h
index 859e5bddb87b1a64c97576c7afc70262ed75a163..5e97bb09bb18c2aa30b19762ac216a787e46a457 100644 (file)
@@ -565,6 +565,11 @@ class CoreExport ServerConfig : public Extensible
         */
        bool writelog;
 
+       /** If this value is true, banned users (+b, not extbans) will not be able to change nick
+        * if banned on any channel, nor to message them.
+        */
+       bool RestrictBannedUsers;
+
        /** If this value is true, halfops have been
         * enabled in the configuration file.
         */