mirror of
https://github.com/matrix-construct/construct
synced 2024-11-02 11:58:53 +01:00
17 lines
464 B
Text
17 lines
464 B
Text
|
LIST [#channel]|[modifiers]
|
||
|
|
||
|
Without any arguments, LIST will give an entire list of all
|
||
|
channels which are not set as secret (+s). The list will be in
|
||
|
the form:
|
||
|
|
||
|
<#channel> <amount of users> :[topic]
|
||
|
|
||
|
If an argument supplied is a channel name, LIST will give just
|
||
|
the statistics for the given channel.
|
||
|
|
||
|
Modifiers are also supported, seperated by a comma:
|
||
|
<n - List channels with less than n users
|
||
|
>n - List channels with more than n users
|
||
|
|
||
|
eg LIST <100,>20
|