lita-debug-queue
Queue tracking of users who need debugging help with per-channel management.
Installation
Add lita-debug-queue to your Lita instance's Gemfile:
gem "lita-debug-queue"
Configuration
lita-debug-queue expects two things to be present for correct operation:
- An
:instructorsauthorization group containing admin users. - A
classroomsconfig option containing a Hash that maps instructor mention names to classroom channels.
Usage
TODO