Project

General

Profile

List » History » Version 3

Per Amundsen, 02/13/2014 04:27 PM

1 1 Per Amundsen
_Added in 1.5_
2
3
*/list [#channel] [-min #] [-max #]*
4
5 3 Per Amundsen
Shows a list of channels on the current server. (will popup a graphical channel list if enabled)
6 1 Per Amundsen
7
*Parameters*
8
9
[#channel] - List only channels matching #channel (can be a partial channel name).
10
[-min #] - List only channels with minimum amount of people.
11
[-max #] - List only channels with maximum amount of people.
12
13
*Example*
14
15
<pre>
16
;List all channels.
17
/list
18
19
;List all channels with minimum 5 people and maximum 20 people.
20
/list -min 5 -max 20
21
22
;List only channel #AdiIRC.
23
/list #AdiIRC
24
25
;List all channels matching AdiIRC.
26
/list *AdiIRC*
27
</pre>