summaryrefslogtreecommitdiff
path: root/docs/inspircd.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r--docs/inspircd.conf.example8
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">