Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit a4244f4

Browse files
author
Tom Bell
committed
Merge pull request #796 from datn/master
celery-man fix
2 parents aa17a63 + 3bddcae commit a4244f4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/scripts/celery-man.coffee

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@
1414

1515
module.exports = (robot) ->
1616
robot.respond /.*celery\s?man/i, (msg) ->
17-
msg.reply "http://mlkshk.com/r/4SBP.gif"
17+
msg.send "http://mlkshk.com/r/4SBP.gif"
1818
robot.respond /.*4d3d3d3/i, (msg) ->
19-
msg.reply "4d3d3d3 ENGAGED"
20-
msg.reply "http://i.imgur.com/w1qQO.gif"
19+
msg.send "4d3d3d3 ENGAGED"
20+
msg.send "http://i.imgur.com/w1qQO.gif"
2121
robot.respond /.*add sequence:? oyster/i, (msg) ->
22-
msg.reply "http://i.imgur.com/EH2CJ.png"
22+
msg.send "http://i.imgur.com/EH2CJ.png"
2323
robot.respond /.*oyster smiling/, (msg) ->
24-
msg.reply "http://i.imgur.com/e71P6.png"
24+
msg.send "http://i.imgur.com/e71P6.png"
2525
robot.respond /do we have any new sequences/i, (msg) ->
26-
msg.reply "I have a BETA sequence I have been working on. Would you like to see it?"
26+
msg.send "I have a BETA sequence I have been working on. Would you like to see it?"
2727
robot.respond /.*hat wobble/i, (msg) ->
28-
msg.reply "http://i.imgur.com/5kVq4.gif"
28+
msg.send "http://i.imgur.com/5kVq4.gif"
2929
robot.respond /.*flarhgunnstow/i, (msg) ->
30-
msg.reply "http://i.imgur.com/X0sNq.gif"
30+
msg.send "http://i.imgur.com/X0sNq.gif"
3131
robot.respond /.*nude tayne/, (msg) ->
32-
msg.reply "Not computing. Please repeat:"
32+
msg.send "Not computing. Please repeat:"
3333
robot.respond /NUDE TAYNE/, (msg) ->
34-
msg.reply "http://i.imgur.com/yzLcf.png"
34+
msg.send "http://i.imgur.com/yzLcf.png"

0 commit comments

Comments
 (0)