add link command

This commit is contained in:
Ben Harris 2019-02-18 17:59:44 -05:00
parent d8664580f4
commit db606ce434
1 changed files with 4 additions and 0 deletions

4
bot.sh
View File

@ -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
;;