Skip to content

Commit

Permalink
computer, commit celery man please
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Ryan committed Jan 20, 2012
1 parent 5a9cc76 commit 6f0f56d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/scripts/celery-man.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Loads up Celery Man

module.exports = (robot) ->
robot.respond /.*celery\s?man/i, (msg) ->
msg.reply "http://mlkshk.com/r/4SBP.gif"
robot.respond /.*4d3d3d3/i, (msg) ->
msg.reply "4d3d3d3 ENGAGED"
msg.reply "http://i.imgur.com/w1qQO.gif"
robot.respond /.*add sequence:? oyster/i, (msg) ->
msg.reply "http://i.imgur.com/EH2CJ.png"
robot.respond /.*oyster smiling/, (msg) ->
msg.reply "http://i.imgur.com/e71P6.png"
robot.respond /do we have any new sequences/i, (msg) ->
msg.reply "I have a BETA sequence I have been working on. Would you like to see it?"
robot.respond /.*hat wobble/i, (msg) ->
msg.reply "http://i.imgur.com/5kVq4.gif"
robot.respond /.*flarhgunnstow/i, (msg) ->
msg.reply "http://i.imgur.com/X0sNq.gif"
robot.respond /.*nude tayne/, (msg) ->
msg.reply "Not computing. Please repeat:"
robot.respond /NUDE TAYNE/, (msg) ->
msg.reply "http://i.imgur.com/yzLcf.png"

0 comments on commit 6f0f56d

Please sign in to comment.