changed needed access to set flag +b, added +I to ounregister FORCE list
authorZer0n <zer0n@webgamesnet.net>
Wed, 20 Jul 2011 19:56:10 +0000 (21:56 +0200)
committerpk910 <philipp@zoelle1.de>
Wed, 20 Jul 2011 20:58:24 +0000 (22:58 +0200)
srvx.conf.example

index b900b6b6820937c238286a4736fea0b8e6c099b8..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
         // 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"