From 1f8ca26346d73b9a8db650dfb934f8c059fd3338 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 2 Nov 2018 15:43:43 -0400 Subject: [PATCH] add toot from @tildeteam --- bot.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bot.sh b/bot.sh index 376ab44..6a10d0e 100644 --- a/bot.sh +++ b/bot.sh @@ -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