Log in | Back to darenet.org

Server Commands/LIST

(New page: <pre>QUOTE LIST [parameters</pre> 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 ; ...)
 
(4 intermediate revisions not shown)
Line 1: Line 1:
-
<pre>QUOTE LIST [parameters</pre>
+
'''Syntax:''' <code>QUOTE LIST [parameters]</code>
 +
 
 +
 
 +
'''''Use of LIST is restricted to users who haved logged in to NickServ.'''''
 +
 
Where parameters is a space or comma seperated list of one or more of:  
Where parameters is a space or comma seperated list of one or more of:  
-
* <max_users    ; Show all channels with less than max_users.
+
<pre><max_users    ; Show all channels with less than max_users.
-
* >min_users    ; Show all channels with more than min_users.
+
>min_users    ; Show all channels with more than min_users.
-
* M<max_active  ; Show all active channels less than max_active ago.
+
M<max_active  ; Show all active channels less than max_active ago.
-
* M>min_active  ; Show all active channels more than min_active ago.
+
M>min_active  ; Show all active channels more than min_active ago.
-
* C<max_minutes ; Channels that exist less than max_minutes.
+
C<max_minutes ; Channels that exist less than max_minutes.
-
* C>min_minutes ; Channels that exist more than min_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<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.
+
T>min_minutes ; Channels with a topic last set more than min_minutes ago.
-
* pattern      ; Channels with names matching pattern.  
+
pattern      ; Channels with names matching pattern.  
-
* !pattern      ; Channels with names not matching pattern.  
+
!pattern      ; Channels with names not matching pattern.</pre>
-
* S            ; Show secret channels.
+
Note: Patterns may contain * and ?. You may only give one pattern match constraint.
Note: Patterns may contain * and ?. You may only give one pattern match constraint.
-
Example: LIST <3,>1,C<10,T>0,#a*  ; 2 users, younger than 10 min., topic set., starts with #a
+
 
 +
Example: <code>LIST <3,>1,C<10,T>0,#a*</code> ; 2 users, younger than 10 min., topic set., starts with #a
 +
 
 +
----
 +
 
 +
'''''Restricted to IRC Operators:'''''
 +
 
 +
The following additional parameter is available to opers:
 +
 
 +
<pre>S            ; Show secret channels.</pre>
 +
 
[[Server Commands|(Return to Main listing of Server Commands)]]
[[Server Commands|(Return to Main listing of Server Commands)]]

Current revision as of 00:59, 10 December 2008

Syntax: QUOTE LIST [parameters]


Use of LIST is restricted to users who haved logged in to NickServ.


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.
M<max_active  ; Show all active channels less than max_active ago.
M>min_active  ; Show all active channels more than min_active ago.
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.


Example: LIST <3,>1,C<10,T>0,#a*  ; 2 users, younger than 10 min., topic set., starts with #a


Restricted to IRC Operators:

The following additional parameter is available to opers:

S             ; Show secret channels.



(Return to Main listing of Server Commands)