IRC:Command:LIST

From CollectiveIRC

Jump to: navigation, search

Syntax:

LIST [<parameters>]


Description:
Where parameters is a space or comma seperated list of one or more of:

<max_users    ; Show all channels with less than max_users.
>min_users    ; Show all channels with more than min_users.
C<max_minutes ; Channels that exist less than max_minutes.
C>min_minutes ; Channels that exist more than min_minutes.
T<max_minutes ; Channels with a topic last set less than max_minutes ago.
T>min_minutes ; Channels with a topic last set more than min_minutes ago.
pattern       ; Channels with names matching pattern.
!pattern      ; Channels with names not matching pattern.

Note: Patterns may contain * and ?. You may only give one pattern match constraint.

S             ; Show secret channels. (available to IRC operators only)



Example:

LIST
LIST >5


Personal tools