hubot-scripts
Version:
Allows you to opt in to a variety of scripts
20 lines (18 loc) • 379 B
text/coffeescript
# Description:
# Blame hubot for anything
#
# Dependencies:
# None
#
# Configuration:
# None
#
# Commands:
# hubot take the blame - For everything
# hubot take the blame for <something> - For <something>
#
# Author:
# Ben Armston
module.exports = (robot) ->
robot.respond /take the blame/i, (msg) ->
# Hubot shamefully sits there and silently takes the blame.