From: Zer0n Date: Wed, 20 Jul 2011 19:56:10 +0000 (+0200) Subject: changed needed access to set flag +b, added +I to ounregister FORCE list X-Git-Url: http://git.pk910.de/?p=srvx.git;a=commitdiff_plain;h=ffee119fe53fdc9c95151bade7e13347a49e6935 changed needed access to set flag +b, added +I to ounregister FORCE list --- diff --git a/srvx.conf.example b/srvx.conf.example index b900b6b..1567e64 100644 --- a/srvx.conf.example +++ b/srvx.conf.example @@ -102,7 +102,7 @@ "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 @@ -119,7 +119,7 @@ // 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"