code/__DEFINES/admin.dm 
SPAM_TRIGGER_WARNING | Number of identical messages required before the spam-prevention will warn you to stfu |
---|---|
SPAM_TRIGGER_AUTOMUTE | Number of identical messages required before the spam-prevention will automute you |
BANTYPE_ANY_FULLBAN | Used to locate stuff to unban. |
R_MAXPERMISSION | This holds the maximum value for a permission. It is used in iteration, so keep it updated. |
R_HOST | Sum of all permissions to allow easy setting. |
BLACKBOX_LOG_ADMIN_VERB | Used in logging uses of admin verbs (and sometimes some non-admin or debug verbs) to the blackbox. Only pass it a string key, the verb being used. |
Define Details
BANTYPE_ANY_FULLBAN 
Used to locate stuff to unban.
BLACKBOX_LOG_ADMIN_VERB 
Used in logging uses of admin verbs (and sometimes some non-admin or debug verbs) to the blackbox. Only pass it a string key, the verb being used.
R_HOST 
Sum of all permissions to allow easy setting.
R_MAXPERMISSION 
This holds the maximum value for a permission. It is used in iteration, so keep it updated.
SPAM_TRIGGER_AUTOMUTE 
Number of identical messages required before the spam-prevention will automute you
SPAM_TRIGGER_WARNING 
Number of identical messages required before the spam-prevention will warn you to stfu