t33chong / lita-broadcast

A Lita handler to broadcast a message to multiple channels simultaneously.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lita-broadcast

Build Status Coverage Status

lita-broadcast is a handler for Lita that allows messages to be sent to multiple channels simultaneously.

Installation

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

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

About

A Lita handler to broadcast a message to multiple channels simultaneously.

License:MIT License


Languages

Language:Ruby 97.6%Language:HTML 2.4%