Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bdashrad/hubot-bang-bang

Repeat the last command directed at hubot
https://github.com/bdashrad/hubot-bang-bang

Last synced: about 6 hours ago
JSON representation

Repeat the last command directed at hubot

Awesome Lists containing this project

README

        

# hubot-bang-bang

[![Build Status](https://travis-ci.org/bdashrad/hubot-bang-bang.svg?branch=master)](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