From Scriptwiki
| Name: | RPL_WHOREPLY |
| Format: | <source> 352 <target> <channel> <user> <host> <server> <nick> <flags> :<distance> <realname> |
| Info: |
This is returned when using the WHO command
|
|
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
|
|
|
username, the user part from nick!USER@host
|
|
|
the hostname the user has on IRC, nick!user@HOST
|
|
|
the server the user is on
|
|
|
the nickname of the user
|
|
|
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
|
|
|
number of servers between you and the user
|
|
|
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 |