Skip to content

Commit

Permalink
Merge pull request github#17 from jhuttner/master
Browse files Browse the repository at this point in the history
hideyakids.coffee
  • Loading branch information
maddox committed Oct 27, 2011
2 parents 7b087fd + 1884019 commit 19c6bd8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/scripts/hideyakids.coffee
@@ -0,0 +1,8 @@
# Antoine Dodson's greatest hits... errr... only hit
#
# hide ya kids - Hide `em!
#

module.exports = (robot) ->
robot.hear /hide ya kids/i, (msg) ->
msg.send "http://www.youtube.com/watch?v=hMtZfW2z9dw"

0 comments on commit 19c6bd8

Please sign in to comment.