Skip to content

Instantly share code, notes, and snippets.

@psi
Created February 4, 2013 23:35
Show Gist options
  • Save psi/4710757 to your computer and use it in GitHub Desktop.
Save psi/4710757 to your computer and use it in GitHub Desktop.
# Hubot likes popcorn
#
# brb, making popcorn
module.exports = (robot) ->
robot.hear /popcorn/i, (msg) ->
msg.send "http://gnarld.com/wp-content/uploads/2011/07/Micheal-Jackson-Thriller-Popcorn-Animated.gif"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment