mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
/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
This commit is contained in:
parent
5def50c7f6
commit
d0a4404bdf
5 changed files with 113 additions and 35 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue