summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-09-14 16:12:47 -0400
committerAdam <Adam@anope.org>2010-09-14 16:12:47 -0400
commit630f3815ce5e1eac9dd8f82601c955131c3dce68 (patch)
tree42eee984b00963f6cf5540f2be6024fc2d8f91e7 /data
parent4da2af64ecc04c979179041b5c37c85e4ab56650 (diff)
Added a config option to make operserv not add users found in the dsnbl to the akill list
Diffstat (limited to 'data')
-rw-r--r--data/example.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/example.conf b/data/example.conf
index 5bc72c40c..8b283cb90 100644
--- a/data/example.conf
+++ b/data/example.conf
@@ -1733,6 +1733,12 @@ m_dnsbl
* might care.
*/
check_on_netburst = no;
+
+ /*
+ * If set, OperServ will add clients found in the DNSBL to the akill list. Without it, OperServ simply sends
+ * a timed G/K-line to the IRCd and forgets about it. Can be useful if your akill list is being fill up by bots.
+ */
+ add_to_akill = yes;
}
blacklist
{