Difference between revisions of "Raw 354"
m (add oplevel to example) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td valign="top">Format:</td><td><source> 354 <target> [<querytype>] [<channel>] [<user>] [<ip>] [<host>] [<server>] [<nick>] [<flags>] [<distance>] [<idle_time>] [<account>] [:<realname>]</td> | + | <td valign="top">Format:</td><td><source> 354 <target> [<querytype>] [<channel>] [<user>] [<ip>] [<host>] [<server>] [<nick>] [<flags>] [<distance>] [<idle_time>] [<account>] [<oplevel>] [:<realname>]</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 51: | Line 51: | ||
</td> | </td> | ||
<td> | <td> | ||
− | + | the flags part is formatted as <H|G>[*][@+!<][<usermodes>] | |
− | |||
− | |||
− | |||
− | <channel>, ! = zombie, | + | the H stands for Here and is returned if the user is not marked as being away |
− | part shows the usermodes the user has set | + | |
− | + | 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: more than one prefix can be shown, e.g. @+ if the user is both opped and voiced) | ||
+ | |||
+ | 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> | ||
Line 78: | Line 85: | ||
</td> | </td> | ||
<td> the user is registered under this account with the network (0 for none) </td> | <td> the user is registered under this account with the network (0 for none) </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td> | ||
+ | *[<oplevel>] | ||
+ | </td> | ||
+ | <td> the user's oplevel (0-999) on <channel>, "n/a" is shown when user is not opped, the real oplevel is only shown to channel operators and IRC operators, else oplevel 999 is shown</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 88: | Line 101: | ||
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://www.mircscripts.org/showdoc.php?type=tutorial&id=2412<br /> | ||
− | + | 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> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td valign="top">Example:</td><td> irc.quakenet.org 354 Dana 544 #help.script Dana 127.0.0.1 Dana.users.quakenet.org *.quakenet.org | + | <td valign="top">Example:</td><td> irc.quakenet.org 354 Dana 544 #help.script Dana 127.0.0.1 Dana.users.quakenet.org *.quakenet.org Dana G@x 3 0 Dana 999 :Dana</td> |
</tr> | </tr> | ||
</table> | </table> | ||
[[Category:Raws]][[Category:Raw_who]] | [[Category:Raws]][[Category:Raw_who]] |
Latest revision as of 13:26, 17 March 2011
Name: | RPL_WHOSPCRPL | ||||||||||||||||||||||||
Format: | <source> 354 <target> [<querytype>] [<channel>] [<user>] [<ip>] [<host>] [<server>] [<nick>] [<flags>] [<distance>] [<idle_time>] [<account>] [<oplevel>] [:<realname>] | ||||||||||||||||||||||||
Info: |
This is returned when using the WHO command
for more information on the WHO command see: |
||||||||||||||||||||||||
Example: | irc.quakenet.org 354 Dana 544 #help.script Dana 127.0.0.1 Dana.users.quakenet.org *.quakenet.org Dana G@x 3 0 Dana 999 :Dana |