0.0.1 • Published 8 years ago

hubot-rocketchat-default-response v0.0.1

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

hubot-rocketchat-default-response

NPM version

Listener middleware to answer when a user says something a bot doesn't recognise.

See src/rocketchat-default-response.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-rocketchat-default-response --save

Then add hubot-rocketchat-default-response to your external-scripts.json:

["hubot-rocketchat-default-response"]

Sample Interaction

user1>> hubot ping
hubot>> Pong
user1>> hubot pong
hubot>> Sorry I don't understand

Configuration

Set environment variables to change behavior

DEFAULT_RESPONSE String, what the bot says when no other listeners fire (set empty string to disable)

0.0.1

8 years ago