251cced1f8
Various minor things done to project files Updated sample extension project file and updated makefile to the new unified version (more changes likely on the way) Updated regex project file and makefile --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401971
37 lines
801 B
INI
37 lines
801 B
INI
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"
|
|
}
|
|
|
|
"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"
|
|
*/
|
|
Overrides
|
|
{
|
|
}
|
|
"flags" "abcdefghiz"
|
|
|
|
/* Largish number for lots of in-between values. */
|
|
"immunity" "99"
|
|
}
|
|
}
|
|
|