Difference between revisions of "Raw 334"

From Scriptwiki
Jump to: navigation, search
 
Line 10: Line 10:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td>Example:</td><td>
+
<td valign="top">Example:</td><td>
 
irc.quakenet.org 334 Dana :Usage: /QUOTE LIST parameters<br />
 
irc.quakenet.org 334 Dana :Usage: /QUOTE LIST parameters<br />
 
irc.quakenet.org 334 Dana :Where parameters is a space or comma seperated list of one or more of:<br />
 
irc.quakenet.org 334 Dana :Where parameters is a space or comma seperated list of one or more of:<br />

Revision as of 00:42, 3 September 2005

Name:RPL_LISTUSAGE
Format:<source> 334 <target> :<info>
Info: This is returned when using the LIST command "/QUOTE LIST :"
Example:

irc.quakenet.org 334 Dana :Usage: /QUOTE LIST parameters
irc.quakenet.org 334 Dana :Where parameters is a space or comma seperated list of one or more of:
irc.quakenet.org 334 Dana : <max_users ; Show all channels with less than max_users.
irc.quakenet.org 334 Dana : >min_users ; Show all channels with more than min_users.
irc.quakenet.org 334 Dana : C<max_minutes ; Channels that exist less than max_minutes.
irc.quakenet.org 334 Dana : C>min_minutes ; Channels that exist more than min_minutes.
irc.quakenet.org 334 Dana : T<max_minutes ; Channels with a topic last set less than max_minutes ago.
irc.quakenet.org 334 Dana : T>min_minutes ; Channels with a topic last set more than min_minutes ago.
irc.quakenet.org 334 Dana :Example: LIST <3,>1,C<10,T>0 ; 2 users, younger than 10 min., topic set.