From ad5c312f863c5f1af52a23a46e9bb71fb03abe45 Mon Sep 17 00:00:00 2001 From: themu <themulive@live.com> Date: Sat, 22 Oct 2011 17:47:41 -0500 Subject: [PATCH] Update busdriver.coffee --- busdriver.coffee | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/busdriver.coffee b/busdriver.coffee index f54572b..ae2e35f 100644 --- a/busdriver.coffee +++ b/busdriver.coffee @@ -88,6 +88,11 @@ busDriver= ()-> bot.speak "AWWWWWW YEAHHHHHHH!" bot.speak "/me dances" bot.vote "up" + + if command(data) is "/fistpump" + bot.speak "I'm Gonna Fist Pump Till My Arm Falls Off!" + bot.speak "/me Fist Pumps" + bot.vote "up" if command(data) is "/djs" if _un.keys(djSongCount).length < 5