mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +02:00
Various updates/enhancements/fixes to the help files.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4545 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
ff63982d4f
commit
10ae40c368
32 changed files with 78 additions and 50 deletions
|
|
@ -3,15 +3,23 @@
|
|||
|
||||
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.
|
||||
all users on 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.
|
||||
If a channel is secret and you're not on it, you will not
|
||||
get any output. Otherwise if you're not on it, you will be
|
||||
shown only those channel members who do not have the
|
||||
invisible (+i) mode set.
|
||||
|
||||
The flags field has the following meaning:
|
||||
H - The user is not away (here).
|
||||
G - The user is set away (gone).
|
||||
* - The user is an IRC operator.
|
||||
@ - The user is a channel op in the channel listed.
|
||||
+ - The user is voiced in the channel listed.
|
||||
|
||||
Examples:
|
||||
/WHO - Shows users on current channel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue