hubot-spam-free-slackbot

0.1.7 • Public • Published

hubot-spam-free-slackbot

Provides canned responses for sets of trigger words.

See src/spam-free-slackbot.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-spam-free-slackbot --save

Then add hubot-spam-free-slackbot to your external-scripts.json:

[
  "hubot-spam-free-slackbot"
]

Sample Interaction

admin1>> hubot triggerset example foo -> bar
hubot>> *For these trigger words:*
        foo
        *The following response has been added:*
        bar
...
[after >5 minutes and >20 lines]
...
user1>> foo
hubot>> bar

NPM Module

https://www.npmjs.com/package/hubot-spam-free-slackbot

Package Sidebar

Install

npm i hubot-spam-free-slackbot

Weekly Downloads

1

Version

0.1.7

License

MIT

Last publish

Collaborators

  • auryn_macmillan