WRIH
WRIH is a Christian Talk formatted broadcast radio station licensed to Richmond, Virginia, serving the Greater Richmond Region. WRIH is owned and operated by American Family Association.[1]
![]() | |
City | Richmond, Virginia |
---|---|
Broadcast area | Metro Richmond |
Frequency | 88.1 MHz |
Branding | "AFR Talk" |
Programming | |
Format | Christian Talk |
Ownership | |
Owner | American Family Association |
History | |
First air date | 2007 |
Call sign meaning | W RIcHmond |
Technical information | |
Facility ID | 87808 |
Class | A |
Power | 5,000 Watts |
HAAT | 145.9 meters (479 ft) |
Transmitter coordinates | 37°43′0.0″N 77°38′2.0″W |
Links | |
Webcast | WRIH Webstream |
Website | WRIH Online |
Previous logo
gollark: ```rust#[macro_use] extern crate serenity;extern crate dotenv;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { dotenv::dotenv().ok(); // Load bot token from environment, let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token unavailable"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { eprintln!("An error occured: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```Fun with discord bots, and yes this is literally the example code.
gollark: t r a i t o r
gollark: f i b o n a c c i
gollark: ???
gollark: What does that say?
References
- "WRIH Facility Record". Federal Communications Commission, audio division.
External links
- WRIH Online
- WRIH in the FCC's FM station database
- WRIH on Radio-Locator
- WRIH in Nielsen Audio's FM station database
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.