Raw 353: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Doomie (talk | contribs)
No edit summary
added internal links
 
(One intermediate revision by one other user not shown)
Line 8: Line 8:
<tr>
<tr>
<td valign="top">Info:</td><td>
<td valign="top">Info:</td><td>
This is returned when using the [[Names|NAMES]] command and when joining a channel<br />
<=|*|@>
<=|*|@>


    * if neither chanmode +p nor +s is set, a = is returned
* if neither chanmode +p nor +s is set, a = is returned
    * if chanmode +p is set, a * is returned
* if chanmode +p is set, a * is returned
    * if chanmode +s is set, a @ is returned
* if chanmode +s is set, a @ is returned


<names>
<names>


    space seperated list of one or more users
space seperated list of one or more users the nicks are prefixed with their highest prefix on the channel<br />
    the nicks are prefixed with their highest prefix on the channel
* @<nick> is opped,  
    @<nick> is opped, +<nick> is voiced and <nick> is a regular
* +<nick> is voiced
<br />
* <nick> is a regular
This is returned when using the NAMES command and when joining a channel
 
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>Example:</td><td> irc.quakenet.org 353 Dana = #help.script :@L +Dana fishbot</td>
<td>Example:</td><td> irc.quakenet.org 353 [[Dana]] = #help.script :@L +Dana fishbot</td>
</tr>
</tr>
</table>
</table>


[[Category:Raws]][[Category:Raw_join]][[Category:Raw_names]]
[[Category:Raws]][[Category:Raw_join]][[Category:Raw_names]]

Latest revision as of 18:04, 3 September 2005

Name:RPL_NAMREPLY
Format:<source> 353 <target> <=|*|@> <channel> :<names>
Info:

This is returned when using the NAMES command and when joining a channel
<=|*|@>

  • if neither chanmode +p nor +s is set, a = is returned
  • if chanmode +p is set, a * is returned
  • if chanmode +s is set, a @ is returned

<names>

space seperated list of one or more users the nicks are prefixed with their highest prefix on the channel

  • @<nick> is opped,
  • +<nick> is voiced
  • <nick> is a regular
Example: irc.quakenet.org 353 Dana = #help.script :@L +Dana fishbot