mirror of
https://github.com/osmarks/ngircd.git
synced 2025-09-07 13:17:55 +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
|
||||
|
Reference in New Issue
Block a user