imported irssi.
[silc.git] / apps / irssi / docs / help / in / who.in
1
2 @SYNTAX:who@
3
4 Without parameters, shows all users and their user infos
5 on the current channel. If you specify a channel, shows
6 the all users of the given channel.
7
8 If you specify an string with wildcards, you will be
9 shown all users whose nick, userhost or realname matches
10 the wildcard expression.
11
12 If a channel is secret or private and you're not on it,
13 you will be shown only those channel members, who do not 
14 have the invisible (+i) mode set.
15
16 Examples:
17    /WHO          - Shows users on current channel
18    /WHO #irssi   - Shows users on channel #irssi
19    /WHO timo*    - Shows users whose nick, userhost,
20                    or realname begins with string 'timo'
21
22 See also: WHOIS, CHANNEL
23