Simple IRC bot for chatrealm and diamondclub.tv
- Announces channels when they go live
- Updates topic for live programs on channel 1
- Relays calendar and status info via commands
!now [v] - Display channels that are currently live.
!next - Display next scheduled show and estimated time until it starts.
!schedule [v] - Display scheduled shows for the next 24 hours.
The v option will show the reply main chat, requires voice status (or better).
!secs [on|off|clear|<url>] - Sends on, off, clear, or <url> to Second Screen, requires voice status (or better).
# Clone the repository
git clone https://github.com/chatrealm/dctvbot.git
cd dctvbot
# Rename sample config file
cp src/config/config.sample.js src/config/config.js
# Edit src/config/config.js with desired settings
# Build and run docker image
docker build -t dctvbot .
docker run -d --name dctvbot dctvbot