add toot from @tildeteam

This commit is contained in:
Ben Harris 2018-11-02 15:43:43 -04:00
parent 548ac3abbe
commit 1f8ca26346
1 changed files with 3 additions and 0 deletions

3
bot.sh
View File

@ -35,7 +35,10 @@ do
while read -u 10 subscriber; do
echo "PRIVMSG $subscriber :$dj is now online! tune in now here: https://bhh.sh/listen" >> $input
done 10< subscribers.txt
# @tilderadio@tilde.zone
TOOT_JSON_PATH=. toot "dj $dj is now streaming live on https://tilderadio.org! tune in here: https://bhh.sh/listen"
# @tildeteam@tilde.zone
toot "dj $dj is now streaming live on https://tilderadio.org! tune in here: https://bhh.sh/listen"
fi
fi