announcement_system 
Vars | |
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. |
Procs | |
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. |
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.