Project

General

Profile

Actions

List » History » Revision 5

« Previous | Revision 5/7 (diff) | Next »
Per Amundsen, 12/26/2018 08:47 PM


Added in 1.5

/list [-n] [#channel] [-min #] [-max #]

Shows a list of channels on the current server. (will popup a graphical channel list if enabled)

Parameters

[-n] - Minimizes the channel list window.
[#channel] - List only channels matching #channel (can be a partial channel name).
[-min #] - List only channels with minimum amount of people.
[-max #] - List only channels with maximum amount of people.

Example

; List all channels.
/list

;List all channels with minimum 5 people and maximum 20 people.
/list -min 5 -max 20

; List only channel #AdiIRC.
/list #AdiIRC

; List all channels matching AdiIRC.
/list *AdiIRC*

Updated by Per Amundsen over 5 years ago · 5 revisions

Also available in: PDF HTML TXT