Skip to content

Instantly share code, notes, and snippets.

@wjlroe
Created May 20, 2013 15:11
Show Gist options
  • Save wjlroe/5612848 to your computer and use it in GitHub Desktop.
Save wjlroe/5612848 to your computer and use it in GitHub Desktop.
# HODOR
module.exports = (robot) ->
robot.hear /hodor/i, (msg) ->
msg.send "HODOR"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment