3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

example-conf: mention how kick, ban, etc. won't work for non-channel specific events

This commit is contained in:
James Lu 2018-06-08 17:54:03 -07:00
parent 18bc1942e5
commit 10416013e8

View File

@ -863,6 +863,8 @@ stats:
# Sets the punishment that Antispam's text spamfilter should use.
# Valid values include "kill", "kick", "ban", "quiet", and combinations of these strung
# together with "+" (e.g. "kick+ban"). Defaults to "kick+ban" if not set.
# If you want Antispam to also monitor PM spam, you will want to change this to something
# not channel-specific (such as "kill").
#punishment: kick+ban
# Sets the kick / kill message used when the text spamfilter is triggered.