mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
updated
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@600 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
92fb184fac
commit
83b03a1b4b
19 changed files with 111 additions and 36 deletions
|
|
@ -5,9 +5,19 @@ Without parameters, shows all users and their user infos
|
|||
on the current channel. If you specify a channel, shows
|
||||
the all users of the given channel.
|
||||
|
||||
If you specify an string with wildcards, you will be
|
||||
shown all users whose nick, userhost or realname matches
|
||||
the wildcard expression.
|
||||
|
||||
If a channel is secret or private and you're not on it,
|
||||
you will be shown only those channel members, who do not
|
||||
have the invisible (+i) mode set.
|
||||
|
||||
Examples:
|
||||
/WHO - Shows users on current channel
|
||||
/WHO #irssi - Shows users on channel #irssi
|
||||
/WHO timo* - Shows users whose nick, userhost,
|
||||
or realname begins with string 'timo'
|
||||
|
||||
See also: WHOIS, CHANNEL
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue