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

feed_network

Vars

last_actionWhat time was the last action taken on the feed_network?
message_countHow many messages currently exist on this feed_network? Increments as new messages are written.
network_channelsAll the feed channels that have been made on the feed network.
network_channels_by_idAssociative list of all the feed channels that have been made on the feed network, from channel ID to channel.
network_channels_by_nameAssociative list of all the feed channels that have been made on the feed network, from channel name to channel.
next_channel_idChannel ID to use when next making a new channel, to maintain unique IDs.
redacted_textWhat does this feed network say when a message/author is redacted?
wanted_issueWhat is the wanted issue being sent out to all newscasters.

Procs

submit_commentSubmits a comment on the news network

Var Details

last_action

What time was the last action taken on the feed_network?

message_count

How many messages currently exist on this feed_network? Increments as new messages are written.

network_channels

All the feed channels that have been made on the feed network.

network_channels_by_id

Associative list of all the feed channels that have been made on the feed network, from channel ID to channel.

network_channels_by_name

Associative list of all the feed channels that have been made on the feed network, from channel name to channel.

next_channel_id

Channel ID to use when next making a new channel, to maintain unique IDs.

redacted_text

What does this feed network say when a message/author is redacted?

wanted_issue

What is the wanted issue being sent out to all newscasters.

Proc Details

submit_comment

Submits a comment on the news network