1.0.0 • Published 8 years ago

hubot-history v1.0.0

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

hubot-history

Allows Hubot to store a recent chat history for services like IRC that won't do it for you.

See src/history.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-history --save

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

[
  "hubot-history"
]

Sample Interaction

user1>> hubot hello
hubot>> hello!
1.0.0

8 years ago