2022-04-25 19:34:35 +02:00

48 lines
1.5 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
:::
# names
<!-- comment
Please submit changes to
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/names.in
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/fe-channels.c
endcomment -->
## Syntax ##
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:5ch"><code><span class="synB">NAMES</span> <span class="syn10">[<span class="syn">-count</span> | <span class="syn">-ops</span> <span class="syn">-halfops</span> <span class="syn">-voices</span> <span class="syn">-normal</span>]</span> <span class="syn10">[<span class="syn09">&lt;channels></span> | <span class="syn">**</span>]</span></code></pre></div>
## Parameters ##
| | |
| --- | --- |
| `-count`: | Displays the amount of users in the channel. |
| `-ops`: | Displays the channel operators. |
| `-halfops`: | Displays the channel demi-operators. |
| `-voices`: | Displays the users who are voiced in a channel. |
The channels to report or ** for all channels you have joined; if no
arguments are given, the users in the active channel will be displayed.
## Description ##
Displays the users who are in a channel; you can provide multiple channels
by separating them with a comma.
## Examples ##
/NAMES -ops
/NAMES -voices #irssi,#freenode
## See also ##
[JOIN](/documentation/help/1.0/join), [PART](/documentation/help/1.0/part), [WHO](/documentation/help/1.0/who), [WHOIS](/documentation/help/1.0/whois)