code/__DEFINES/admin.dm
MAX_KEYPRESS_COMMANDLENGTH | Max length of a keypress command before it's considered to be a forged packet/bogus command |
---|---|
MAX_COMMANDS_PER_KEY | Maximum keys that can be bound to one button |
MAX_KEYS_PER_KEYBIND | Maximum keys per keybind |
MAX_KEYPRESS_AUTOKICK | Max amount of keypress messages per second over two seconds before client is autokicked |
HELD_KEY_BUFFER_LENGTH | Length of held key buffer |
NOTE_ADMIN | This note is used by staff for disciplinary record keeping. |
NOTE_MERIT | This note is used by staff for positive record keeping. |
NOTE_COMMANDER | These notes are used by respective whitelist councils for record keeping. |
/var/note_categories | Note categories in text form, in order of their numerical #defines. |
ASAY_LINK_NEW_MESSAGE_INDEX | for /proc/check_asay_links, if there are any actionable refs in the asay message, this index in the return list contains the new message text to be printed |
ASAY_LINK_PINGED_ADMINS_INDEX | for /proc/check_asay_links, if there are any admin pings in the asay message, this index in the return list contains a list of admins to ping |
ANTIGRIEF_DISABLED | Disables antigrief entirely: Anyone can activate explosives at any time on the Almayer. |
ANTIGRIEF_NEW_PLAYERS | Enables antigrief on the Almayer, but only for new players: Those who've had less than 10 total human hours. |
ANTIGRIEF_ENABLED | Enables antigrief entirely: Nobody can activate explosives on the Almayer, unless the ship crashed. |
Define Details
ANTIGRIEF_DISABLED
Disables antigrief entirely: Anyone can activate explosives at any time on the Almayer.
ANTIGRIEF_ENABLED
Enables antigrief entirely: Nobody can activate explosives on the Almayer, unless the ship crashed.
ANTIGRIEF_NEW_PLAYERS
Enables antigrief on the Almayer, but only for new players: Those who've had less than 10 total human hours.
ASAY_LINK_NEW_MESSAGE_INDEX
for /proc/check_asay_links, if there are any actionable refs in the asay message, this index in the return list contains the new message text to be printed
ASAY_LINK_PINGED_ADMINS_INDEX
for /proc/check_asay_links, if there are any admin pings in the asay message, this index in the return list contains a list of admins to ping
HELD_KEY_BUFFER_LENGTH
Length of held key buffer
MAX_COMMANDS_PER_KEY
Maximum keys that can be bound to one button
MAX_KEYPRESS_AUTOKICK
Max amount of keypress messages per second over two seconds before client is autokicked
MAX_KEYPRESS_COMMANDLENGTH
Max length of a keypress command before it's considered to be a forged packet/bogus command
MAX_KEYS_PER_KEYBIND
Maximum keys per keybind
NOTE_ADMIN
This note is used by staff for disciplinary record keeping.
NOTE_COMMANDER
These notes are used by respective whitelist councils for record keeping.
NOTE_MERIT
This note is used by staff for positive record keeping.