mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	Add a note not to use a percent sign ("%") in CloakHost variable
The percent sign is reserved for future extensions, for example to expand some variables like %H to a hash value of the real host name ... Idea by kaFux in #ngircd.
This commit is contained in:
		| @@ -155,6 +155,8 @@ | ||||
| 	;MaxNickLength = 9 | ||||
|  | ||||
| 	# Set this hostname for every client instead of the real one. | ||||
| 	# Please note: don't use the percentage sign ("%"), it is reserved for | ||||
| 	# future extensions! | ||||
| 	;CloakHost = irc.example.net | ||||
|  | ||||
| 	# Set every clients' user name to their nick name | ||||
|   | ||||
| @@ -240,6 +240,12 @@ length! | ||||
| \fBCloakHost\fR | ||||
| Set this hostname for every client instead of the real one. Default: empty, | ||||
| don't change. | ||||
| .PP | ||||
| .RS | ||||
| .B Please note: | ||||
| .br | ||||
| Don't use the percentage sign ("%"), it is reserved for future extensions! | ||||
| .RE | ||||
| .TP | ||||
| \fBCloakUserToNick\fR | ||||
| Set every clients' user name to their nick name and hide the one supplied | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alexander Barton
					Alexander Barton