--- layout: page title: "Help: names" --- {% comment %} Please submit changes to - https://github.com/irssi/irssi/blob/master/docs/help/in/names.in - https://github.com/irssi/irssi/blob/master/src/fe-common/core/fe-channels.c {% endcomment %} [Help index](/documentation/help) ### Syntax ###
NAMES [-count | -ops -halfops -voices -normal] [<channels> | **]
### 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. | {:.table.kv} 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/join), [PART](/documentation/help/part), [WHO](/documentation/help/who), [WHOIS](/documentation/help/whois)