Skip to content

Instantly share code, notes, and snippets.

@ncb000gt
Created August 9, 2012 17:32
Show Gist options
  • Save ncb000gt/3306229 to your computer and use it in GitHub Desktop.
Save ncb000gt/3306229 to your computer and use it in GitHub Desktop.
fixit script for hubot. Simple and to the point.
# Description:
# Hubot provides some encouragement to fix it.
#
# Configuration:
# None
#
# Author:
# ncb000gt
fixit = 'http://www.youtube.com/watch?v=p6PZhONZ3Ac'
module.exports = (robot) ->
robot.hear /fix/i, (msg) ->
msg.send(fixit)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment