0.1.3 • Published 11 years ago
hubot-wargames v0.1.3
hubot-wargames
Hubot interaction based on the movie Wargames.
Triggers
wargamesReturns a random quote from the "Joshua" character in the movie.
Installation
Add hubot-wargames to your package.json file:
...
"dependencies": {
"hubot": ">= 2.5.1",
"hubot-scripts": ">= 2.4.2",
"hubot-wargames": ">= 0.0.0"
}Add hubot-wargames to your external-scripts.json:
["hubot-wargames"]Run npm install.