1.0.0 • Published 9 years ago

hubot-hear-say v1.0.0

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

Hubot Hear Say Adapter

Description

This Hubot adapter says something when it hears something

Sample Interaction

user> Hubot hear today say Today, tomorrow, what's the difference?
hubot> Added today -> Today, tomorrow, what's the difference?
user> Are you in today?
hubot> Today, tomorrow, what's the difference?
user> Hubot list hear
hubot> today -> Today, tomorrow, what's the difference?
user> Hubot delete hear today
hubot> Removed today

See src/hear-say.coffee for full documentation.

Data

NPM

Installation

In hubot project repo, run:

npm install hubot-hear-say --save

Then add hubot-hear-say to your external-scripts.json:

["hubot-hear-say"]

Contribute

Just send pull request or file an issue !

1.0.0

9 years ago