diff --git a/bot.sh b/bot.sh index b75eb9a..376ab44 100644 --- a/bot.sh +++ b/bot.sh @@ -98,6 +98,14 @@ do echo "PRIVMSG $from :hey hi, my commands are subscribe, unsubscribe, np, and dj" >> $input ;; + radio) + echo "PRIVMSG $from :eat the poop or die!!1" >> $input + ;; + + paymybills) + echo "PRIVMSG $from :whaddya mean?! i'm broker than you!" >> $input + ;; + *) echo "no command: $res" ;;