mirror of
https://github.com/matrix-construct/construct
synced 2024-11-03 12:28:52 +01:00
11 lines
426 B
Text
11 lines
426 B
Text
NAMES [channel]
|
|
|
|
With no channel argument, NAMES shows the names (nicks) of all clients
|
|
logged in to the network that do not have +i flag.
|
|
|
|
With the #channel argument, it displays the nicks on that channel,
|
|
also respecting the +i flag of each client. If the channel specified
|
|
is a channel that the issuing client is currently in, all nicks are
|
|
listed in similar fashion to when the user first joins a channel.
|
|
|
|
See also: join
|