/tg/ Station 13 - Modules - Types

code/modules/modular_computers/file_system/programs/messenger/messenger_data.dm

/proc/add_messengerRegisters an NTMessenger instance to the list of pda_messengers.
/proc/remove_messengerUnregisters an NTMessenger instance from the pda_messengers table.
/proc/get_messengers_sorted_by_nameGets all messengers, sorted by their name
/proc/get_messengers_sorted_by_jobGets all messengers, sorted by their job
/proc/get_messenger_nameGet the display name of a messenger instance
/datum/pda_chatChat log data type, stores information about the recipient, the messages themselves and other metadata.
/datum/pda_messageChat message data type, stores data about messages themselves.