commented out AUTOHIDE check on LOC because of a ircu incompatibility (should be...
[srvx.git] / srvx.conf.example
index e9dcfc351529440c40b02bd6d0294077c418f0c6..1567e6485ba3f8035a339d8f75d4d20a607a35c3 100644 (file)
             "lc_h" "800"; // specifically lower case h
             "uc_H" "800"; // .. and upper case H
             "S" "999";
-            "b" "1";
+            "b" "800";
+                       "I" "800";
         };
         // and for who can change epithets for staff
         "set_epithet_level" "800";
         // how long must an account be inactive so it can be ounregistered without force?
         "ounregister_inactive" "1M";
         // which flags on an account require the ounregister to be used with force?
-        "ounregister_flags" "ShgsfnHbu";
+        "ounregister_flags" "ShgsfnHbuI";
         /* "require_qualified" has been removed. It is now
          * integrated into the modcmd command authorization
          * and dispatch mechanism.  "/msg OpServ help modcmd"