commit 1a5e08f3f6d240f865434e9274f01e6f39a704cb from: Alexander Barton date: Sat Feb 09 23:22:24 2013 UTC Commands.txt: Update description of the "NAMES" command commit - e051ea06fc601f8ae8d91b3b3f360e6f6e48db70 commit + 1a5e08f3f6d240f865434e9274f01e6f39a704cb blob - e92027bbe276b36a051a085e76348e6f4b0ee15d blob + e38f03f67147c7d2211fbd2e91db781b49be2655 --- doc/Commands.txt +++ doc/Commands.txt @@ -284,17 +284,24 @@ Status and Informational Commands - RFC 2812, 3.4.1 "Motd message" - NAMES - NAMES [ []] + NAMES [[,[,...]] []] . - Returns a list of who is on the comma-separated list of , - by channel name. + Show the list of users that are members of a particular + (and that are visible for the client requesting this information) as + seen by the server . More than one can be given + separated by "," (but not whitespaces!). . - If is omitted, all users are shown, grouped by channel name - with all users who are not on a channel being shown as part of channel - "*". - If is specified, the command is sent to for - evaluation. + If has been omitted, all visible users are shown, grouped + by channel name, and all visible users not being members of at least + one channel are shown as members of the pseudo channel "*". + . + can be a server name, the nickname of a client connected to + a specific server, or a mask matching a server name in the network. + The server of the current connecion is used when is omitted. + References: + - RFC 2812, 3.2.5 "Names message" + - STATS STATS [] .