summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/inspircd.conf.example11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example
index 9d9d0fc8c..ff73ee8d6 100644
--- a/docs/inspircd.conf.example
+++ b/docs/inspircd.conf.example
@@ -853,10 +853,11 @@
# authentication, this option can be used to turn it #
# off. #
# #
-# hidemodes - If this option is enabled, then listmodes, for #
-# example +beI, will be hidden from users below #
-# halfop. This is not recommended, as it may break #
-# some features in popular clients such as mIRC. #
+# hidemodes - If this option is enabled, then the listmodes #
+# given (e.g. +eI), will be hidden from users below #
+# halfop. This is not recommended to be set on mode #
+# +b, as it may break some features in popular #
+# clients such as mIRC. #
# #
<options prefixquit="Quit: "
@@ -885,7 +886,7 @@
announcets="yes"
disablehmac="no"
hostintopic="yes"
- hidemodes="no"
+ hidemodes="eI"
allowhalfop="yes">
#-#-#-#-#-#-#-#-#-#-#-#-#-#- TIME SYNC OPTIONS -#-#-#-#-#-#-#-#-#-#-#-#