mirror of
https://github.com/matrix-construct/construct
synced 2024-11-02 11:58:53 +01:00
212380e3f4
+ branches/release-2.1 -> 2.2 base + 3.0 -> branches/cxxconversion + backport some immediate 3.0 functionality for 2.2 + other stuff
16 lines
464 B
Text
16 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
|