0.0.3 • Published 11 years ago
hubot-ikr v0.0.3
Hubot: IKNOWRIGHT?!
hubot-ikr listens for adverb-phrases that commonly convey enthusiasm, and responds by validating the shit out of them.

Installation
Run the following command to install this module as a Hubot dependency
$ npm install hubot-ikr --saveAdd hubot-ikr to your hubot's package.json and external-scripts.json (you may need to create this file).
In package.json it looks like this:
"dependencies": {
"stuff",
"hubot-ikr": "0.0.1",
"other stuff"
}In external-scripts.json it looks like this:
[
"stuff",
"hubot-ikr",
"other stuff"
]