add source command

This commit is contained in:
Ben Harris 2019-05-25 00:05:17 -04:00
parent 715a5ee540
commit d099a73861
Signed by untrusted user: ben
GPG Key ID: 4E0AF802FFF7960C
2 changed files with 5 additions and 0 deletions

View File

@ -5,5 +5,6 @@ channel="tilderadio"
notify_channels="meta team yourtilde $channel"
link="https://ttm.sh/listen"
schedule="https://tilderadio.org/schedule/"
source="https://tildegit.org/ben/radiobot"
nick="radiobot"
log="log.txt"

4
bot.sh
View File

@ -117,6 +117,10 @@ do
msg $from "$link"
;;
source)
msg $from "$source"
;;
schedule)
msg $from "$schedule"
;;