hubot-ignore-by-prefix
v0.0.5
Published
A hubot script that selectively ignores indicated messages
Readme
hubot-ignore
A hubot script that selectively ignores indicated messages
See src/main.coffee for full documentation.
Installation
In hubot project repo, run:
npm install hubot-ignore-by-prefix --save
Then add hubot-ignore-by-prefix to your external-scripts.json:
[
"hubot-ignore-by-prefix"
]Environment variables
HUBOT_IGNORE_PREFIXSample Interaction
user1>> badger
hubot>> We don't need no stinking badgers!
user1>> :badgerNPM Module
https://www.npmjs.com/package/hubot-ignore-by-prefix
