modular_nova/modules/whitelist/code/whitelist.dm 
/proc/load_whitelist | Loads the whitelist. Tries to load it from the database if enabled, otherwise will load it
from the legacy whitelist.txt file as normal. |
---|---|
/proc/load_whitelist_legacy | Loads the whitelist with the legacy way of loading it (from the whitelist.txt file). |
/proc/check_whitelist | Checks whether someone's whitelisted or not.
Will return FALSE if the whitelist hasn't been loaded yet (which shouldn't normally happen). |