From df6562dcffc507003a7b8137d513f785bcc0c8f7 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 2 Jun 2018 00:09:52 -0700 Subject: [PATCH] example-conf: add antispam to the available plugins list --- example-conf.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/example-conf.yml b/example-conf.yml index 218b0b8..a098a3c 100644 --- a/example-conf.yml +++ b/example-conf.yml @@ -505,6 +505,11 @@ plugins: # configured correctly below. #- changehost + # Antispam plugin: catches and punishes spammers locally and across relays as necessary. + # You *will need* to configure it via the "antispam:" configuration block below. + # Note: Antispam is in ALPHA stages as of 2.0-alpha3 and some options may not work yet. + #- antispam + # Servprotect plugin: disconnects from networks if too many kills or nick collisions to # PyLink clients are received. #- servprotect