From cb774ac3dac05a7a401ca9c706c295d7b7d1d3bf Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 2 Jun 2018 00:07:20 -0700 Subject: [PATCH] example-conf: document antispam::exempt_level --- example-conf.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/example-conf.yml b/example-conf.yml index 9f8375e..218b0b8 100644 --- a/example-conf.yml +++ b/example-conf.yml @@ -818,7 +818,12 @@ stats: # Antispam also integrates with relay by punishing users locally (so that bans, kills, etc. # are not bounced by relay) and not relaying messages marked as spam. - # IMPORTANT: Antispam is in ALPHA stagse as of 2.0-alpha3 and some options may not work yet. + # IMPORTANT: Antispam is in ALPHA stages as of 2.0-alpha3 and some options may not work yet. + + # Determines the minimum level of channel access needed to be exempt from Antispam. + # Note: opers are automatically exempt. + # Valid values are "voice", "halfop", and "op". This defaults to "halfop" if not set. + #exempt_level: halfop #masshighlight: # This block configures options for antispam's mass highlight blocking. It can also