Goonstation 13 - Modules - TypesVar Details

/datum/tgs_chat_channel

Represents a connected chat channel.

Vars

connection_nameName of the chat connection. This is the IRC server address or the Discord guild.
custom_tagTag string associated with the channel in TGS
friendly_nameUser friendly name of the channel.
idTGS internal channel ID.
is_admin_channel[TRUE]/[FALSE] based on if the server operator has marked this channel for game admins only.
is_private_channel[TRUE]/[FALSE] if the channel is a private message channel for a /datum/tgs_chat_user.

Var Details

connection_name

Name of the chat connection. This is the IRC server address or the Discord guild.

custom_tag

Tag string associated with the channel in TGS

friendly_name

User friendly name of the channel.

id

TGS internal channel ID.

is_admin_channel

[TRUE]/[FALSE] based on if the server operator has marked this channel for game admins only.

is_private_channel

[TRUE]/[FALSE] if the channel is a private message channel for a /datum/tgs_chat_user.