3
h/Hubot.coffee
Normal file
3
h/Hubot.coffee
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = (robot) ->
|
||||
robot.respond /hello/i, (msg) ->
|
||||
msg.send 'Hello World'
|
||||
Reference in New Issue
Block a user