summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/inspircd.conf.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example
index a6900e3b8..9d9d0fc8c 100644
--- a/docs/inspircd.conf.example
+++ b/docs/inspircd.conf.example
@@ -853,6 +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. #
+# #
<options prefixquit="Quit: "
loglevel="default"
@@ -880,6 +885,7 @@
announcets="yes"
disablehmac="no"
hostintopic="yes"
+ hidemodes="no"
allowhalfop="yes">
#-#-#-#-#-#-#-#-#-#-#-#-#-#- TIME SYNC OPTIONS -#-#-#-#-#-#-#-#-#-#-#-#