aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGravatar brain2007-05-04 22:37:11 +0000
committerGravatar brain2007-05-04 22:37:11 +0000
commitedd95854edea5082dd56c0bcd267d0f52b8a6f8a (patch)
tree13b9942f4f1979fb86272302ceb6d0bc5487167d /docs
parentFix for bug #274, same port appearing multiple times in stats p if bound mult... (diff)
downloadinspircd++-edd95854edea5082dd56c0bcd267d0f52b8a6f8a.tar.gz
inspircd++-edd95854edea5082dd56c0bcd267d0f52b8a6f8a.tar.bz2
inspircd++-edd95854edea5082dd56c0bcd267d0f52b8a6f8a.zip
Add options:quietbursts, fixes bug #269, also adds support for quits in a cull list which do not generate a quit snotice
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6883 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r--docs/inspircd.conf.example10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example
index c3108b9a7..2ab450c2e 100644
--- a/docs/inspircd.conf.example
+++ b/docs/inspircd.conf.example
@@ -859,6 +859,15 @@
# +b, as it may break some features in popular #
# clients such as mIRC. #
# #
+# quietbursts - When synching or splitting from the network, a #
+# server can generate a lot of connect and quit #
+# snotices to the +C and +Q snomasks. Setting this #
+# value to yes squelches those messages, which can #
+# make them more useful for opers, however it will #
+# degrade their use by certain third party programs #
+# such as BOPM which rely on them to scan users when #
+# a split heals in certain configurations. #
+# #
<options prefixquit="Quit: "
loglevel="default"
@@ -887,6 +896,7 @@
disablehmac="no"
hostintopic="yes"
hidemodes="eI"
+ quietbursts="yes"
allowhalfop="yes">
#-#-#-#-#-#-#-#-#-#-#-#-#-#- TIME SYNC OPTIONS -#-#-#-#-#-#-#-#-#-#-#-#