2007-01-20 00:30:22 +01:00
|
|
|
Groups
|
|
|
|
{
|
|
|
|
/**
|
|
|
|
* Allowed properties for a group:
|
|
|
|
*
|
|
|
|
* "flags" - Flag string.
|
2007-09-11 01:38:58 +02:00
|
|
|
* "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.
|
2007-01-20 00:30:22 +01:00
|
|
|
*/
|
2007-03-16 23:15:03 +01:00
|
|
|
"Default"
|
|
|
|
{
|
2007-09-11 01:38:58 +02:00
|
|
|
"immunity" "1"
|
2007-03-16 23:15:03 +01:00
|
|
|
}
|
|
|
|
|
2007-01-20 00:30:22 +01:00
|
|
|
"Full Admins"
|
|
|
|
{
|
|
|
|
/**
|
|
|
|
* You can override commands and command groups here.
|
|
|
|
* Specify a command name or group and either "allow" or "deny"
|
|
|
|
* Examples:
|
2007-01-30 06:42:57 +01:00
|
|
|
* ":CSDM" "allow"
|
2007-01-20 00:30:22 +01:00
|
|
|
* "csdm_enable" "deny"
|
|
|
|
*/
|
2007-02-07 04:16:44 +01:00
|
|
|
Overrides
|
2007-01-20 00:30:22 +01:00
|
|
|
{
|
|
|
|
}
|
|
|
|
"flags" "abcdefghiz"
|
2007-09-11 01:38:58 +02:00
|
|
|
|
|
|
|
/* Largish number for lots of in-between values. */
|
|
|
|
"immunity" "99"
|
2007-01-20 00:30:22 +01:00
|
|
|
}
|
|
|
|
}
|
2007-09-11 01:38:58 +02:00
|
|
|
|