Skip to content

Instantly share code, notes, and snippets.

@kyleslattery
Created May 23, 2013 15:14
Show Gist options
  • Save kyleslattery/5636822 to your computer and use it in GitHub Desktop.
Save kyleslattery/5636822 to your computer and use it in GitHub Desktop.
# Description:
# Annyong
#
# Dependencies:
# None
#
# Configuration:
# None
#
# Commands:
# annyong - annyong
#
# Author:
# kyleslattery
module.exports = (robot) ->
robot.hear /annyong/i, (msg) ->
msg.send "Annyong!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment