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