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

messenger

Vars

invisibleWhether the user is invisible to the message list.
last_textgreat wisdom from PDA.dm - "no spamming" (prevents people from spamming the same message over and over)
last_text_everyoneeven more wisdom from PDA.dm - "no everyone spamming" (prevents people from spamming the same message over and over)
messagesThe messages currently saved in the app.
mime_modeWhether or not we're in a mime PDA.
photo_pathThe path for the current loaded image in rsc
ringer_statusWhether or not the ringtone is currently on.
ringtoneThe current ringtone (displayed in the chat when a message is received).
saved_imageScanned photo for sending purposes.
sending_and_receivingWhether or not we're sending and receiving messages.
spam_modeWhether this app can send messages to all.
viewing_messagesWhether or not we're currently looking at the message list.

Procs

Topictopic call that answers to people pressing "(Reply)" in chat
msg_inputGets an input message from user and returns the sanitized message.

Var Details

invisible

Whether the user is invisible to the message list.

last_text

great wisdom from PDA.dm - "no spamming" (prevents people from spamming the same message over and over)

last_text_everyone

even more wisdom from PDA.dm - "no everyone spamming" (prevents people from spamming the same message over and over)

messages

The messages currently saved in the app.

mime_mode

Whether or not we're in a mime PDA.

photo_path

The path for the current loaded image in rsc

ringer_status

Whether or not the ringtone is currently on.

ringtone

The current ringtone (displayed in the chat when a message is received).

saved_image

Scanned photo for sending purposes.

sending_and_receiving

Whether or not we're sending and receiving messages.

spam_mode

Whether this app can send messages to all.

viewing_messages

Whether or not we're currently looking at the message list.

Proc Details

Topic

topic call that answers to people pressing "(Reply)" in chat

msg_input

Gets an input message from user and returns the sanitized message.