|
14 | 14 |
|
15 | 15 | module.exports = (robot) -> |
16 | 16 | 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" |
18 | 18 | 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" |
21 | 21 | 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" |
23 | 23 | robot.respond /.*oyster smiling/, (msg) -> |
24 | | - msg.reply "http://i.imgur.com/e71P6.png" |
| 24 | + msg.send "http://i.imgur.com/e71P6.png" |
25 | 25 | 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?" |
27 | 27 | robot.respond /.*hat wobble/i, (msg) -> |
28 | | - msg.reply "http://i.imgur.com/5kVq4.gif" |
| 28 | + msg.send "http://i.imgur.com/5kVq4.gif" |
29 | 29 | robot.respond /.*flarhgunnstow/i, (msg) -> |
30 | | - msg.reply "http://i.imgur.com/X0sNq.gif" |
| 30 | + msg.send "http://i.imgur.com/X0sNq.gif" |
31 | 31 | robot.respond /.*nude tayne/, (msg) -> |
32 | | - msg.reply "Not computing. Please repeat:" |
| 32 | + msg.send "Not computing. Please repeat:" |
33 | 33 | 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