From 247d0b8613edf2131e8102af50068e9588bfe914 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 31 Oct 2018 00:33:09 -0400 Subject: [PATCH] closes #1 --- bot.sh | 8 ++++++++ 1 file changed, 8 insertions(+) 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" ;;