Sha256: 83f50dbdf69c3fc557afe5817d5f35ddc2d4a4a33b2317b16e584f321d6d1f0a

Contents?: true

Size: 921 Bytes

Versions: 2

Compression:

Stored size: 921 Bytes

Contents

# lita-broadcast

[![Build Status](https://travis-ci.org/tristaneuan/lita-broadcast.png?branch=master)](https://travis-ci.org/tristaneuan/lita-broadcast)
[![Coverage Status](https://coveralls.io/repos/tristaneuan/lita-broadcast/badge.png)](https://coveralls.io/r/tristaneuan/lita-broadcast)

**lita-broadcast** is a handler for [Lita](https://github.com/litaio/lita) that allows messages to be sent to multiple channels simultaneously.

## Installation

Add lita-broadcast to your Lita instance's Gemfile:

``` ruby
gem "lita-broadcast"
```

## Usage

The command `tell #room1 #room2: <your message here>` will send everything to the right of the `:` to #room1 and #room2.

For example,
```
<john> lita: tell #engineering #operations #helpdesk: hello
```
The channels #engineering #operations and #helpdesk will all see the message:
```
<lita> @john says: hello
```

## License

[MIT](http://opensource.org/licenses/MIT)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lita-broadcast-0.1.2 README.md
lita-broadcast-0.1.0 README.md