/hubot-fail

Hubot script that responds to "fail"

Primary LanguageCoffeeScriptMIT LicenseMIT

t: hubot-fail

Image Generator based on the word 'fail' for Hubots.

See src/fail.coffee for full documentation.

Installation

Add hubot-fail to your package.json file:

"dependencies": {
  "hubot": ">= 2.5.1",
  "hubot-scripts": ">= 2.4.2",
  "hubot-fail": ">= 0.0.0"
}

Add hubot-fail to your external-scripts.json:

["hubot-fail"]

Run npm install hubot-fail