Difference between revisions of "Raw 353"
From Scriptwiki
(added internal links) |
|||
(2 intermediate revisions 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 chanmode +p is set, a * is returned | |
− | + | * if chanmode +s is set, a @ is returned | |
<names> | <names> | ||
− | + | space seperated list of one or more users the nicks are prefixed with their highest prefix on the channel<br /> | |
− | + | * @<nick> is opped, | |
− | + | * +<nick> is voiced | |
− | + | * <nick> is a regular | |
− | + | ||
</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:Raws]][[Category:Raw_join]][[Category:Raw_names]] |
Latest revision as of 19: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
<names> space seperated list of one or more users the nicks are prefixed with their highest prefix on the channel
|
Example: | irc.quakenet.org 353 Dana = #help.script :@L +Dana fishbot |