diff --git a/scripts/itshappening.coffee b/scripts/itshappening.coffee deleted file mode 100644 index 1c96e4b..0000000 --- a/scripts/itshappening.coffee +++ /dev/null @@ -1,20 +0,0 @@ -# Description: -# IT'S HAPPENING! -# -# Dependencies: -# None -# -# Configuration: -# None -# -# Commands: -# it's happening - Hears people mention it's happening, and replies IT'S HAPPENING! - -module.exports = (robot) -> - - robot.hear /it('s)?\s*\w*\s*(to )?happen(ing)?/i, (msg) -> - msg.send "http://imgur.com/7drHiqr.gif" - - robot.hear /\w+(?:\s+is|'s)\s+happening/i, (msg) -> - msg.send "http://imgur.com/7drHiqr.gif" -