Waitlist
Waitlist is an extremely lightweight raid waiting list management addon.
Commands are issued via /wl in game, as well as via whispers prefixed with 'wl'. Valid commands are:
add - adds a character to the waiting list
main - attempts to add a character's main to the list based on guild notes
remove - removes a character from the waiting list
who - lists the current waiting list
Additionally, the slash handler also supports:
/wl reset - Resets the waitlist, removing all names.
/wl who <channel> - directs the report to the desired channel (Officer, Guild, Raid, Party, or Say) If no channel is specified, the report is printed to the console.
/wl announce - Sends the report to guild, with a second line containing basic usage information
Configuration is done via changing variables at the top of Waitlist.lua as follows:
squelch - true/false, determines whether incoming command whispers and outgoing response whispers are shown by the chat UI
verbose - true/false, determines whether whisper-add commands are displayed locally
altPrefix - string, can be empty, but not nil. this is the pattern to match at the front of alt guild note tags.
altSuffix - string, can be empty, but not nil. this is the pattern to match at the end of alt guild note tags.
Comments