Skip to content

Instantly share code, notes, and snippets.

@bouzuya
Created September 12, 2014 13:19
Show Gist options
  • Save bouzuya/f0c2dd08271344ed65b6 to your computer and use it in GitHub Desktop.
Save bouzuya/f0c2dd08271344ed65b6 to your computer and use it in GitHub Desktop.
# Description:
# Hello
# Commands:
# hubot hello - say hello!
module.exports = (robot) ->
robot.respond /hi/i, (res) ->
res.send 'Hi, Gist!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment