groups - text
Embed
You can embed this paste into a blog or website with this code:
<iframe class="codetidy" type="text/html" width="100%" src="http://codetidy.com/paste/embed/172" frameborder="0"></iframe>
Groups

{

/**

* Allowed properties for a group:

*

* "flags" - Flag string.

* "immunity" - Immunity level number, or a group name.

* If the group name is a number, prepend it with an

* '@' symbol similar to admins_simple.ini. Users

* will only inherit the level number if it's higher

* than their current value.

*/

"Default"

{

"immunity" "1"

}

"root"

{

/**

* You can override commands and command groups here.

* Specify a command name or group and either "allow" or "deny"

* Examples:

* ":CSDM" "allow"

* "csdm_enable" "deny"

*/

Overrides

{

}

"flags" "abcdefghiz"

/* Largish number for lots of in-between values. */

"immunity" "99"

}

}
