Files
hello-world/h/hubot.coffee
Richie Bendall 182d598e27 Added 8th, Μλ, قلب, Hubot and Judoscript
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2020-03-30 19:25:54 +13:00

4 lines
90 B
CoffeeScript

module.exports = (robot) ->
robot.respond /hello/i, (msg) ->
msg.send 'Hello World'