Difference between revisions of "Raw 352"
m (add where to description of chan prefixes) |
|||
(One intermediate revision by the same user not shown) | |||
Line 49: | Line 49: | ||
</td> | </td> | ||
<td> | <td> | ||
− | + | the flags part is formatted as <H|G>[*][@+!<][<usermodes>] | |
+ | |||
+ | the H stands for Here and is returned if the user is not marked as being away | ||
+ | |||
+ | the G means Gone and is returned if the user is marked as being away | ||
+ | |||
+ | the * is shown if the user is an IRC Operator | ||
+ | |||
+ | the prefixes the user has on <channel>, where @ = opped, + = voiced, ! = zombie, < = delayedjoin (note: only one of these prefixes is shown) | ||
+ | |||
+ | the [<usermodes>] part shows the usermodes the user has set | ||
+ | |||
+ | ordinary users can see d (deaf) and x (hiddenhost) modes, note: the x here is only shown if the user also has an account set, and thus has their host hidden with users.quakenet.org | ||
+ | |||
+ | IRC Operators can also see i (invisible), w (wallops), g (debug), and h (sethost) modes | ||
</td> | </td> | ||
</tr><tr> | </tr><tr> | ||
Line 69: | Line 83: | ||
For more information about the WHO command see:<br /> | For more information about the WHO command see:<br /> | ||
http://www.mircscripts.org/showdoc.php?type=tutorial&id=2412<br /> | http://www.mircscripts.org/showdoc.php?type=tutorial&id=2412<br /> | ||
− | http:// | + | http://hg.quakenet.org/snircd/file/tip/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> |
Latest revision as of 13:22, 17 March 2011
Name: | RPL_WHOREPLY | ||||||||||||||||
Format: | <source> 352 <target> <channel> <user> <host> <server> <nick> <flags> :<distance> <realname> | ||||||||||||||||
Info: |
This is returned when using the WHO command
For more information about the WHO command see: |
||||||||||||||||
Example: | irc.quakenet.org 352 Dana #help.script Dana Dana.users.quakenet.org *.quakenet.org Dana G+x :0 Dana |