feed_network  
| Vars | |
| 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. | 
| Procs | |
| submit_comment | Submits 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