mirror of
https://github.com/osmarks/ngircd.git
synced 2025-09-08 21:45:58 +00:00
Rename ClientHost to CloakHost, and ClientUserNick to CloakUserToNick
This commit is contained in:
@@ -154,11 +154,11 @@
|
||||
# maximum nick name length!
|
||||
;MaxNickLength = 9
|
||||
|
||||
# Set this hostname for every client instead of the real one
|
||||
;ClientHost = irc.example.net
|
||||
# Set this hostname for every client instead of the real one.
|
||||
;CloakHost = irc.example.net
|
||||
|
||||
# Set every clients' user name to their nick name
|
||||
;ClientUserNick = yes
|
||||
;CloakUserToNick = yes
|
||||
|
||||
[Features]
|
||||
# Do any DNS lookups when a client connects to the server.
|
||||
|
Reference in New Issue
Block a user