ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/help/list
Revision: 33
Committed: Sun Oct 2 20:50:00 2005 UTC (20 years, 9 months ago) by knight
Original Path: ircd-hybrid/help/opers/list
File size: 941 byte(s)
Log Message:
- svn:keywords

File Contents

# User Rev Content
1 adx 30 LIST [options]
2    
3     Without any arguments, LIST will give an entire list of all
4     channels which are not set as secret (+s). The list will be in
5     the form:
6    
7     <#channel> <amount of users> :[topic]
8    
9     If you want to use a specific filter, you can pass one or more
10     options separated by commas (','). Recognized options are:
11     *mask* List channels matching *mask*
12     !*mask* List channels NOT matching *mask*
13     >num Show only channels which contain more than <num> users
14     <num Show only channels which contain less than <num> users
15     C>num Display channels created within last <num> minutes
16     C<num Display channels created earlier than <num> minutes ago
17     T>num Limit matches to those channels whose topics are older
18     than <num> minutes
19     T<num Limit matches to those channels whose topics have been
20     changed within last <num> minutes
21    
22     To stop a running LIST request, use /LIST command again.
23    
24     See also: join

Properties

Name Value
svn:eol-style native
svn:keywords Id Revision