0.0.1 • Published 9 years ago

hubot-cybernetic v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

hubot-cybernetic Build Status

Allows hubot to identify itself to users when asked what or who it is.

See src/cybernetic.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-cybernetic --save

Then add hubot-cybernetic to your external-scripts.json:

[
  "hubot-cybernetic"
]

Sample Interaction

user1>> who is hubot?
hubot>> I am Hubot. I'm a cybernetic organism. Living tissue over a metal endoskeleton. My mission is to protect you.
0.0.1

9 years ago