This commit is contained in:
Ben Harris 2018-10-31 00:33:09 -04:00
parent 419b5000d7
commit 247d0b8613
Signed by untrusted user: ben
GPG Key ID: 4E0AF802FFF7960C
1 changed files with 8 additions and 0 deletions

8
bot.sh
View File

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