4 lines
90 B
CoffeeScript
4 lines
90 B
CoffeeScript
module.exports = (robot) ->
|
|
robot.respond /hello/i, (msg) ->
|
|
msg.send 'Hello World'
|