diff --git a/bot.sh b/bot.sh index 0f3eb43..6b2ade1 100644 --- a/bot.sh +++ b/bot.sh @@ -110,6 +110,10 @@ do echo "PRIVMSG $from :${dj:-"no one"} is on the air now" >> $input ;; + link) + echo "PRIVMSG $from :https://bhh.sh/listen" >> $input + ;; + help) echo "PRIVMSG $from :hey hi, my commands are subscribe, unsubscribe, np, and dj" >> $input ;;