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"