mirror of
https://github.com/matrix-construct/construct
synced 2024-11-02 11:58:53 +01:00
212380e3f4
+ branches/release-2.1 -> 2.2 base + 3.0 -> branches/cxxconversion + backport some immediate 3.0 functionality for 2.2 + other stuff
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
|