tgs_chat_channel ![code/__DEFINES/tgs.dm 255](git.png)
Represents a connected chat channel.
Vars | |
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. |
embeds_supported | [TRUE]/[FALSE] if the channel supports embeds. |
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. |
Var Details
connection_name ![code/__DEFINES/tgs.dm 261](git.png)
Name of the chat connection. This is the IRC server address or the Discord guild.
custom_tag ![code/__DEFINES/tgs.dm 267](git.png)
Tag string associated with the channel in TGS.
embeds_supported ![code/__DEFINES/tgs.dm 272](git.png)
[TRUE]/[FALSE] if the channel supports embeds.
friendly_name ![code/__DEFINES/tgs.dm 259](git.png)
User friendly name of the channel.
id ![code/__DEFINES/tgs.dm 257](git.png)
TGS internal channel ID.
is_admin_channel ![code/__DEFINES/tgs.dm 263](git.png)
[TRUE]/[FALSE] based on if the server operator has marked this channel for game admins only.
is_private_channel ![code/__DEFINES/tgs.dm 265](git.png)
[TRUE]/[FALSE] if the channel is a private message channel for a /datum/tgs_chat_user.