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