diff options
author | Timo Sirainen <cras@irssi.org> | 2000-08-13 15:24:23 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-08-13 15:24:23 +0000 |
commit | 83b03a1b4b2c0b1b4340a7889803dd79e21e1ad9 (patch) | |
tree | deea087bbfc6ccdd5624ad9f36c98dec06da897a /docs/help/in/who.in | |
parent | 92fb184facc074bd223620025d9973c3d23159b8 (diff) | |
download | irssi-83b03a1b4b2c0b1b4340a7889803dd79e21e1ad9.zip |
updated
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@600 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/help/in/who.in')
-rw-r--r-- | docs/help/in/who.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/help/in/who.in b/docs/help/in/who.in index 7885b29c..014231ee 100644 --- a/docs/help/in/who.in +++ b/docs/help/in/who.in @@ -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 |