Raw 352: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Doomie (talk | contribs)
No edit summary
 
m add where to description of chan prefixes
 
(2 intermediate revisions by 2 users not shown)
Line 49: Line 49:
</td>
</td>
<td>
<td>
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
the flags part is formatted as &lt;H|G&gt;[*][@+!<][&lt;usermodes&gt;]
 
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 &lt;channel&gt;, where @ = opped, + = voiced, ! = zombie, < = delayedjoin (note: only one of these prefixes is shown)
 
the [&lt;usermodes&gt;] 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://cvs.quakenet.org/cgi-bin/cvsweb.cgi/~checkout~/asuka/doc/readme.who?rev=1.1.1.1&content-ype=text/plain<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>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]]

Latest revision as of 12: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

  • <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>

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

  • <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://hg.quakenet.org/snircd/file/tip/doc/readme.who
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