c31ca9f079
--HG-- rename : configs/admins_groups.cfg => configs/admin_groups.cfg rename : configs/admins_levels.cfg => configs/admin_levels.cfg extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40347
27 lines
666 B
INI
27 lines
666 B
INI
Groups
|
|
{
|
|
/**
|
|
* Allowed properties for a group:
|
|
*
|
|
* "flags" - Flag string.
|
|
* "inherit" - Inherits permissions from another group.
|
|
* "immunity" - Specifies a group to be immune to. Use "*" for all or "$" for users with no group.
|
|
* NOTE: No one, even a root user, is immune from other root users.
|
|
*/
|
|
"Full Admins"
|
|
{
|
|
/**
|
|
* 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"
|
|
*/
|
|
Commands
|
|
{
|
|
}
|
|
"flags" "abcdefghiz"
|
|
"immunity" "*"
|
|
}
|
|
}
|