1.0.1 • Published 8 years ago

hubot-bang-bang v1.0.1

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

hubot-bang-bang

Repeat the last command directed at hubot.

See src/bang-bang.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-bang-bang --save

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

["hubot-bang-bang"]

Sample Interaction

user1>> hubot hello
hubot>> hello!
user1>> hubot !!
hubot>> hubot hello
hubot>> hello!

NPM Module

https://www.npmjs.com/package/hubot-bang-bang

Credits

Modifications to original bangbang.coffee by @willdurand

1.0.1

8 years ago

1.0.0

8 years ago