From 22ab68e3f4093a141df55f246cd8e019eafca002 Mon Sep 17 00:00:00 2001 From: Adam Becker Date: Sat, 4 Jun 2016 07:18:17 -0700 Subject: [PATCH] what --- scripts/chocolate_milk.coffee | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 scripts/chocolate_milk.coffee diff --git a/scripts/chocolate_milk.coffee b/scripts/chocolate_milk.coffee deleted file mode 100644 index 04f394f..0000000 --- a/scripts/chocolate_milk.coffee +++ /dev/null @@ -1,17 +0,0 @@ -# Description: -# Chocolate milk boyz -# -# Dependencies: -# None -# -# Configuration: -# None -# -# Commands: -# None - -module.exports = (robot) -> - - robot.hear /chocolate milk/i, (msg) -> - msg.send "...did you say Chocolate Milk Boyz?" - msg.send "http://giant.gfycat.com/BlueGrizzledAppaloosa.gif"