chatclient ![code/modules/modular_computers/file_system/programs/chatroom/ntnrc_client.dm 11](git.png)
Vars | |
active_channel | The channel currently active in. |
---|---|
conversations | All NTnet conversations the application is apart of. |
last_message_id | The id of the last message sent in a channel, used to tell if someone has sent a new message yet. |
netadmin_mode | If the tablet is in Admin mode, you bypass Passwords and aren't announced when entering a channel. |
ping_cooldown | Cooldown timer between pings. |
username | The user's screen name. |
Procs | |
get_numerical_status | Converts active/idle/closed to a numerical status for sorting clients by. |
Var Details
active_channel ![code/modules/modular_computers/file_system/programs/chatroom/ntnrc_client.dm 29](git.png)
The channel currently active in.
conversations ![code/modules/modular_computers/file_system/programs/chatroom/ntnrc_client.dm 33](git.png)
All NTnet conversations the application is apart of.
last_message_id ![code/modules/modular_computers/file_system/programs/chatroom/ntnrc_client.dm 27](git.png)
The id of the last message sent in a channel, used to tell if someone has sent a new message yet.
netadmin_mode ![code/modules/modular_computers/file_system/programs/chatroom/ntnrc_client.dm 31](git.png)
If the tablet is in Admin mode, you bypass Passwords and aren't announced when entering a channel.
ping_cooldown ![code/modules/modular_computers/file_system/programs/chatroom/ntnrc_client.dm 35](git.png)
Cooldown timer between pings.
username ![code/modules/modular_computers/file_system/programs/chatroom/ntnrc_client.dm 25](git.png)
The user's screen name.
Proc Details
get_numerical_status
Converts active/idle/closed to a numerical status for sorting clients by.