/tg/ Station 13 - Modules - Types

code/modules/client/verbs/who.dm

/proc/get_list_of_admins Proc that returns a list of cliented admins. Remember that this list can contain nulls! Also, will return null if we don't have any admins.
/proc/get_linked_admin_name Proc that will return the applicable display name, linkified or not, based on the input client reference.
/proc/get_general_adminwho_information Proc that gathers adminwho information for a general player, which will only give information if an admin isn't AFK, and handles potential fakekeying. Will return a list of strings.
/proc/get_sensitive_adminwho_information Proc that gathers adminwho information for admins, which will contain information on if the admin is AFK, readied to join, etc. Only arg is a list of clients to use. Will return a list of strings.