Skip to content
This repository has been archived by the owner on Jun 7, 2018. It is now read-only.
/ lita-queue Public archive

Lita plugin to manage channel queues

License

Notifications You must be signed in to change notification settings

brodock/lita-queue

Repository files navigation

lita-queue

Build Status Coverage Status Code Climate Inch CI Yard Docs

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>]