hubot-scripts
Version:
Allows you to opt in to a variety of scripts
35 lines (33 loc) • 1.04 kB
text/coffeescript
# Description:
# Loads up Celery Man
#
# Dependencies:
# None
#
# Configuration:
# None
#
# Commands:
#
# Author:
# danryan
module.exports = (robot) ->
robot.respond /.*celery\s?man/i, (msg) ->
msg.send "http://mlkshk.com/r/4SBP.gif"
robot.respond /.*4d3d3d3/i, (msg) ->
msg.send "4d3d3d3 ENGAGED"
msg.send "http://i.imgur.com/w1qQO.gif"
robot.respond /.*add sequence:? oyster/i, (msg) ->
msg.send "http://i.imgur.com/EH2CJ.png"
robot.respond /.*oyster smiling/, (msg) ->
msg.send "http://i.imgur.com/e71P6.png"
robot.respond /do we have any new sequences/i, (msg) ->
msg.send "I have a BETA sequence I have been working on. Would you like to see it?"
robot.respond /.*hat wobble/i, (msg) ->
msg.send "http://i.imgur.com/5kVq4.gif"
robot.respond /.*flarhgunnstow/i, (msg) ->
msg.send "http://i.imgur.com/X0sNq.gif"
robot.respond /.*nude tayne/, (msg) ->
msg.send "Not computing. Please repeat:"
robot.respond /NUDE TAYNE/, (msg) ->
msg.send "http://i.imgur.com/yzLcf.png"