hubot-rocketchat-default-response

0.0.1 • Public • Published

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)

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i hubot-rocketchat-default-response

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • timkinnane