ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.1.x/help/who
Revision: 2596
Committed: Sat Nov 23 17:31:24 2013 UTC (12 years, 7 months ago) by michael
File size: 1213 byte(s)
Log Message:
- Untabify help/who

File Contents

# User Rev Content
1 adx 30 WHO <#channel|user>
2    
3 michael 2372 The WHO command displays information about a user,
4     such as their GECOS information, their user@host,
5     whether they are an IRC operator or not, etc.
6     A sample WHO result from a command issued like
7 adx 30 "WHO pokey" may look something like this:
8    
9     #lamers pokey H pokey@ppp.newbies.net :0 Jim Jones
10    
11     The first field indicates the last channel the user
12 michael 2372 has joined. The second is the user's nickname.
13     The third field describes the status information about
14     the user. The possible combinations for this field
15 adx 30 are listed below:
16    
17 michael 2596 H - The user is not away.
18     G - The user is set away.
19     r - The user is using a registered nickname.
20     * - The user is an IRC operator.
21     @ - The user is a channel op in the channel listed in the first field.
22     + - The user is voiced in the channel listed.
23     % - The user is a half-op in the channel listed.
24 adx 30
25 michael 2372 The next field contains the username@host of the user.
26     The final field displays the number of server hops and
27 adx 30 the user's GECOS information.
28    
29     This command may be executed on a channel, such as
30 michael 2372 "WHO #lamers" The output will consist of WHO
31 adx 30 listings for each user on the channel.
32    
33 michael 2372 This command may also be used in conjunction with wildcards
34 adx 30 such as * and ?.
35    
36     See also: whois, userhost

Properties

Name Value
svn:eol-style native
svn:keywords Id Revision