Difference between revisions of "Raw 352"

From Scriptwiki
Jump to: navigation, search
 
Line 74: Line 74:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td>Example:</td><td> irc.quakenet.org 257 Dana :The QuakeNet IRC Network - www.quakenet.org</td>
+
<td>Example:</td><td> irc.quakenet.org 352 Dana #help.script Dana Dana.users.quakenet.org *.quakenet.org Dana G+x :0 Dana</td>
 
</tr>
 
</tr>
 
</table>
 
</table>
  
 
[[Category:Raws]][[Category:Raw_who]]
 
[[Category:Raws]][[Category:Raw_who]]

Revision as of 16:51, 3 September 2005

Name:RPL_WHOREPLY
Format:<source> 352 <target> <channel> <user> <host> <server> <nick> <flags> :<distance> <realname>
Info:

This is returned when using the WHO command

  • <channel>

when requested the information for an entire channel (eg /WHO <channel>) this will be that channel else this will return the last channel joined by the user without chanmode +p/+s if the user has +i set, the last common channel (without chanmode +p/+s) that was joined is shown a * is shown if no channel can be shown

  • <user>

username, the user part from nick!USER@host

  • <host>

the hostname the user has on IRC, nick!user@HOST

  • <server>

the server the user is on

  • <nick>

the nickname of the user

  • <flags>

this part is formatted as <H|G>[*][!@+][<usermodes>] H stands for Here and is returned if the user is not marked as being away G means Gone and is returned if the user is marked as being away * is shown if the user is an IRC Operator highest prefix the user has on <channel>, ! = zombie, @ = opped, + = voiced [<usermodes>] part shows the usermodes the user has set, users can see +d and +x usermode, opers can see +d, +i, +w, +g, +h, and +x usermodes

  • <distance>

number of servers between you and the user

  • <realname>

the realname given when the user connected

For more information about the WHO command see:
http://www.mircscripts.org/showdoc.php?type=tutorial&id=2412
http://cvs.quakenet.org/cgi-bin/cvsweb.cgi/~checkout~/asuka/doc/readme.who?rev=1.1.1.1&content-ype=text/plain
http://ircu.sourceforge.net/release.2.10.01-who.html

Example: irc.quakenet.org 352 Dana #help.script Dana Dana.users.quakenet.org *.quakenet.org Dana G+x :0 Dana