Difference between revisions of "Raw 334"

From Scriptwiki
Jump to: navigation, search
(added internal links)
 
Line 7: Line 7:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td>Info:</td><td> This is returned when using the LIST command "/QUOTE LIST :"</td>
+
<td>Info:</td><td> This is returned when using the LIST command "/[[Quote|QUOTE]] [[List|LIST]] :"</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td valign="top">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 />
 
irc.quakenet.org 334 Dana : <max_users ; Show all channels with less than max_users.<br />
 
irc.quakenet.org 334 Dana : <max_users ; Show all channels with less than max_users.<br />
Line 17: Line 17:
 
irc.quakenet.org 334 Dana : C<max_minutes ; Channels that exist less than max_minutes.<br />
 
irc.quakenet.org 334 Dana : C<max_minutes ; Channels that exist less than max_minutes.<br />
 
irc.quakenet.org 334 Dana : C>min_minutes ; Channels that exist more than min_minutes.<br />
 
irc.quakenet.org 334 Dana : C>min_minutes ; Channels that exist more than min_minutes.<br />
irc.quakenet.org 334 Dana : T<max_minutes ; Channels with a topic last set less than max_minutes ago.<br />
+
irc.quakenet.org 334 Dana : T<max_minutes ; Channels with a [[Topic|topic]] last set less than max_minutes ago.<br />
 
irc.quakenet.org 334 Dana : T>min_minutes ; Channels with a topic last set more than min_minutes ago.<br />
 
irc.quakenet.org 334 Dana : T>min_minutes ; Channels with a topic last set more than min_minutes ago.<br />
 
irc.quakenet.org 334 Dana :Example: LIST <3,>1,C<10,T>0 ; 2 users, younger than 10 min., topic set.<br />
 
irc.quakenet.org 334 Dana :Example: LIST <3,>1,C<10,T>0 ; 2 users, younger than 10 min., topic set.<br />

Latest revision as of 13:41, 4 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.