mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	Commands.txt: Update description of the "NAMES" command
This commit is contained in:
		| @@ -284,16 +284,23 @@ Status and Informational Commands | |||||||
| 	 - RFC 2812, 3.4.1 "Motd message" | 	 - RFC 2812, 3.4.1 "Motd message" | ||||||
|  |  | ||||||
| - NAMES | - NAMES | ||||||
| 	NAMES [<channels> [<server>]] | 	NAMES [<channel>[,<channel>[,...]] [<target>]] | ||||||
| 	. | 	. | ||||||
| 	Returns a list of who is on the comma-separated list of <channels>, | 	Show the list of users that are members of a particular <channel> | ||||||
| 	by channel name. | 	(and that are visible for the client requesting this information) as | ||||||
|  | 	seen by the server <target>. More than one <channel> can be given | ||||||
|  | 	separated by "," (but not whitespaces!). | ||||||
| 	. | 	. | ||||||
| 	If <channels> is omitted, all users are shown, grouped by channel name | 	If <channel> has been omitted, all visible users are shown, grouped | ||||||
| 	with all users who are not on a channel being shown as part of channel | 	by channel name, and all visible users not being members of at least | ||||||
| 	"*". | 	one channel are shown as members of the pseudo channel "*". | ||||||
| 	If <server> is specified, the command is sent to <server> for | 	. | ||||||
| 	evaluation. | 	<target> 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 <target> is omitted. | ||||||
|  |  | ||||||
|  | 	References: | ||||||
|  | 	 - RFC 2812, 3.2.5 "Names message" | ||||||
|  |  | ||||||
| - STATS | - STATS | ||||||
| 	STATS <flag> [<server>] | 	STATS <flag> [<server>] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Alexander Barton
					Alexander Barton