https://github.com/bdashrad/hubot-bang-bang
Repeat the last command directed at hubot
https://github.com/bdashrad/hubot-bang-bang
Last synced: 3 months ago
JSON representation
Repeat the last command directed at hubot
- Host: GitHub
- URL: https://github.com/bdashrad/hubot-bang-bang
- Owner: bdashrad
- Created: 2016-10-07T18:39:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-19T19:14:50.000Z (about 9 years ago)
- Last Synced: 2025-02-16T08:18:43.197Z (over 1 year ago)
- Language: CoffeeScript
- Homepage:
- Size: 157 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hubot-bang-bang
[](https://travis-ci.org/bdashrad/hubot-bang-bang)
Repeat the last command directed at hubot.
See [`src/bang-bang.coffee`](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`:
```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