diff options
author | Timo Sirainen <cras@irssi.org> | 2001-03-04 00:14:00 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-03-04 00:14:00 +0000 |
commit | d0a4404bdf4b43f7888525792d2f58577a1d6122 (patch) | |
tree | a01d49cc8de1bfc1afb829762514e6f496c07415 /docs | |
parent | 5def50c7f600f5031468435ce432844731aef0f7 (diff) | |
download | irssi-d0a4404bdf4b43f7888525792d2f58577a1d6122.zip |
/NAMES: -ops -halfops -voices -normal options added. /NAMES without
parameters now prints nicklist in active channel, /NAMES ** shows all
nicks in all channels.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1332 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/names.in | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/docs/help/in/names.in b/docs/help/in/names.in index 7bd4f3d4..2d515c1c 100644 --- a/docs/help/in/names.in +++ b/docs/help/in/names.in @@ -1,13 +1,21 @@ @SYNTAX:names@ -Shows the names (nicks) on the specified channel. + -ops: show channel operators in list + -halfops: show half operators in list + -voices: show voiced people in list + -normal: show rest of the people in list + +Shows the names (nicks) in the specified channels. /NAMES ** shows all +nicks in all channels, you probably don't want to do this. Examples: -/NAMES * - shows nicks on the current channel. +/NAMES + - shows nicks in the current channel. -/NAMES #42 - shows nicks on the channel #42. +/NAMES -ops #c1,#c2 + - shows operators in channels #c1 and #c2 See also: WHO, CHANNEL |