/tg/ Station 13 - Modules - Types

modular_nova/modules/whitelist/code/whitelist.dm

/proc/load_whitelistLoads 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_legacyLoads the whitelist with the legacy way of loading it (from the whitelist.txt file).
/proc/check_whitelistChecks whether someone's whitelisted or not. Will return FALSE if the whitelist hasn't been loaded yet (which shouldn't normally happen).