/tg/ Station 13 - Modules - TypesVar Details - Proc Details

chatclient

Vars

active_channelThe channel currently active in.
conversationsAll NTnet conversations the application is apart of.
last_message_idThe id of the last message sent in a channel, used to tell if someone has sent a new message yet.
netadmin_modeIf the tablet is in Admin mode, you bypass Passwords and aren't announced when entering a channel.
ping_cooldownCooldown timer between pings.
usernameThe user's screen name.

Procs

get_numerical_statusConverts 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.