chatclient 
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 
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.
Proc Details
get_numerical_status
Converts active/idle/closed to a numerical status for sorting clients by.