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

announcement_system

Vars

config_entriesAll possible announcements and their local configurations
radioThe headset that we use for broadcasting
radio_typeAIs headset support all stations channels, but it may require an override for away site or syndie AASs.

Procs

act_upDoes funny breakage stuff
announceAnnounces configs entry message with the provided variables. Channels and announcement_line are optional.
broadcastSends a message to the appropriate channels.
can_be_reached_fromCan AAS receive request for broadcast from you?
compile_config_messageCompiles the announcement message with the provided variables. Announcement line is optional.
has_supported_channelsIf AAS can't broadcast message, it shouldn't be picked by randomizer.

Var Details

config_entries

All possible announcements and their local configurations

radio

The headset that we use for broadcasting

radio_type

AIs headset support all stations channels, but it may require an override for away site or syndie AASs.

Proc Details

act_up

Does funny breakage stuff

announce

Announces configs entry message with the provided variables. Channels and announcement_line are optional.

broadcast

Sends a message to the appropriate channels.

can_be_reached_from

Can AAS receive request for broadcast from you?

compile_config_message

Compiles the announcement message with the provided variables. Announcement line is optional.

has_supported_channels

If AAS can't broadcast message, it shouldn't be picked by randomizer.