]> jfr.im git - irc/quakenet/newserv.git/blob - helpmod2/commands/queue
rework build system, part 1:
[irc/quakenet/newserv.git] / helpmod2 / commands / queue
1 Syntax: queue [channel] [operation] [parameters]
2 Example: queue #feds next 2
3 Queue handler, following operations are supported:
4 on Turns the queue on
5 off Turns the queue off
6 done [nick1 ... nickn] Tells that a user is finished with. Up to 6 targets can be specified
7 next [amount] Moves queue forward by amount. If amount is not specified, 1 is assumed.
8 maintain [amount] Automatic queue, keeps a constant amount of users voiced. If amount is 0, disables the autoqueue.
9 list Lists all users in queue
10 summary Gives a short summary of the queues status
11 reset Resets the queue
12 Some common commands like done or next have a shortcut, see showcommands for a list.