hubot-scripts
Version:
Allows you to opt in to a variety of scripts
19 lines (17 loc) • 326 B
text/coffeescript
# Description:
# Antoine Dodson's greatest hits... errr... only hit
#
# Dependencies:
# None
#
# Configuration:
# None
#
# Commands:
# hide ya kids - Hide `em!
#
# Author:
# Joseph Huttner
module.exports = (robot) ->
robot.hear /hide ya kids/i, (msg) ->
msg.send "http://www.youtube.com/watch?v=hMtZfW2z9dw"