0.0.2 • Published 9 years ago

hubot-quiet v0.0.2

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

hubot-hubot-quiet

A plugin to quiet the users in your chat who can't be trusted with hubot. Different from other utilities that allow you to whitelist/blacklist certain commands, this tool allows you to train your bot to ignore specific users for a set time interval (or indefinitely).

See src/hubot-quiet.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-quiet --save

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

[
  "hubot-quiet"
]

Sample Interaction

user1>> hubot hello
hubot>> hello!
0.0.2

9 years ago

0.0.1

9 years ago