hubot-scripts
Version:
Allows you to opt in to a variety of scripts
19 lines (17 loc) • 327 B
text/coffeescript
# Description:
# Bees are insane
#
# Dependencies:
# None
#
# Configuration:
# None
#
# Commands:
# bees - Oprah at her finest, or a good way to turn the fans on coworkers machines
#
# Author:
# atmos
module.exports = (robot) ->
robot.hear /bee+s?\b/i, (message) ->
message.send "http://i.imgur.com/qrLEV.gif"