diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-03 10:03:01 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-03 10:03:01 +0000 |
commit | 7cbc465e2a153f65c242aebc1b2a88d3c667d551 (patch) | |
tree | a29f2b0ca89078d6532eb1cd79a8285b85b4dc8a /docs/inspircd.conf.example | |
parent | 00620508331f1b67ae3a6b36f87ed106685c1e62 (diff) |
Added ircu-like hidewhois feature that allows hiding of server name in whois with arbitary string like '*.network.net'
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3034 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r-- | docs/inspircd.conf.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index f59b09e50..11fdc6da4 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -523,6 +523,13 @@ # instead of the server names in the quit message, # # identical to the way IRCu displays them. # # # +# hidewhois - When defined with a non-empty value, the given # +# text will be used in place of the user's server # +# in WHOIS, when a user is WHOISed by a non-oper. # +# For example, most nets will want to set this to # +# something like '*.netname.net' to conceal the # +# actual server the user is on. # +# # <options prefixquit="Quit: " loglevel="default" @@ -535,6 +542,7 @@ customversion="" maxtargets="20" hidesplits="no" + hidewhois="" allowhalfop="yes"> |