1
0
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:
Alexander Barton
2011-03-19 16:58:29 +01:00
parent fc55c945db
commit ae7470ceb5
5 changed files with 26 additions and 23 deletions

View File

@@ -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.