diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2012-10-27 21:02:32 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2012-10-27 21:02:32 +0000 |
commit | 70f1558a2eca8295e30bb1e381d948056333634d (patch) | |
tree | 3051cb6afbc7d5ebae4381e54c70d9cbe54005a4 /help/opers/who | |
parent | 4f1edcf052857117fd51e878c362f878961c4dc9 (diff) |
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
svnroot/ircd-hybrid/trunk
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1592 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'help/opers/who')
-rw-r--r-- | help/opers/who | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/help/opers/who b/help/opers/who new file mode 100644 index 0000000..d5aa825 --- /dev/null +++ b/help/opers/who @@ -0,0 +1,36 @@ +WHO <#channel|user> + +The WHO command displays information about a user, +such as their GECOS information, their user@host, +whether they are an IRC operator or not, etc. A +sample WHO result from a command issued like +"WHO pokey" may look something like this: + +#lamers pokey H pokey@ppp.newbies.net :0 Jim Jones + +The first field indicates the last channel the user +has joined. The second is the user's nickname. +The third field describes the status information about +the user. The possible combinations for this field +are listed below: + +H - The user is not away. +G - The user is set away. +* - The user is an IRC operator. +@ - The user is a channel op in the channel listed + in the first field. ++ - The user is voiced in the channel listed. +% - The user is a half-op in the channel listed. + +The next field contains the username@host of the user. +The final field displays the number of server hops and +the user's GECOS information. + +This command may be executed on a channel, such as +"WHO #lamers" The output will consist of WHO +listings for each user on the channel. + +This command may also be used in conjunction with wildcards +such as * and ?. + +See also: whois, userhost |