lita-queue
Lita handler to manage people queue per channel
Installation
Add lita-queue to your Lita instance's Gemfile:
gem "lita-queue"
Usage
Manage a queue of users for any channel.
The following commands are available:
- lita queue
- lita queue me
- lita unqueue me
- lita queue next?
- lita queue next!
- lita queue rotate!
The following commands will be available in a further version:
- lita queue = [<new_queue,comma_separated>]