# 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)