|
|
Line 87: |
Line 87: |
| </table> | | </table> |
| for more information on the WHO command see:<br /> | | for more information on the WHO command see:<br /> |
− | http://www.mircscripts.org/showdoc.php?type=tutorial&id=2412<br /> http://cvs.quakenet.org/cgi-bin/cvsweb.cgi/~checkout~/asuka/doc/readme.who?rev=1.1.1.1&content-type=text/plain<br /> | + | http://www.mircscripts.org/showdoc.php?type=tutorial&id=2412<br /> |
| + | https://svn.quakenet.org/svn/quakenet/snircd/trunk/doc/readme.who<br /> |
| http://ircu.sourceforge.net/release.2.10.01-who.html | | http://ircu.sourceforge.net/release.2.10.01-who.html |
| </td> | | </td> |
Name: | RPL_WHOSPCRPL |
Format: | <source> 354 <target> [<querytype>] [<channel>] [<user>] [<ip>] [<host>] [<server>] [<nick>] [<flags>] [<distance>] [<idle_time>] [<account>] [:<realname>] |
Info: |
This is returned when using the WHO command
|
requested channel or last channel joined by the user without chanmode +p/+s |
|
the username, nick!USER@host |
|
the user is connected from this IP |
|
the hostname the user has on IRC, nick!user@HOST |
|
which server the user is on |
|
the nick 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 prefixes 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 |
|
returns the user's idle-time if the user is using the same server as you |
|
the user is registered under this account with the network (0 for none) |
|
the user's realname |
for more information on the WHO command see:
http://www.mircscripts.org/showdoc.php?type=tutorial&id=2412
https://svn.quakenet.org/svn/quakenet/snircd/trunk/doc/readme.who
http://ircu.sourceforge.net/release.2.10.01-who.html
|
Example: | irc.quakenet.org 354 Dana 544 #help.script Dana 127.0.0.1 Dana.users.quakenet.org *.quakenet.org woobie G+x 3 0 Dana :Dana |