0.0
No commit activity in last 3 years
No release in over 3 years
A Lita handler to broadcast a message to multiple channels simultaneously.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 4.6
 Project Readme

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