From 50e9d2d9592c5e24d4bbe3af09707ac46d7175d3 Mon Sep 17 00:00:00 2001 From: James Lu Date: Mon, 13 May 2019 17:08:11 +0800 Subject: [PATCH] example-conf: load servprotect by default --- example-conf.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/example-conf.yml b/example-conf.yml index a0ede9c..4db8355 100644 --- a/example-conf.yml +++ b/example-conf.yml @@ -546,6 +546,10 @@ plugins: # Ctcp plugin: handles basic CTCP replies (VERSION, etc) towards service bots. - ctcp + # Servprotect plugin: disconnects from networks if too many kills or nick collisions to + # PyLink clients are received. Requires the cachetools Python library. + - servprotect + # Relay plugin: Transparent server-side relay between channels (like Janus). See # the relay: block below for configuration. #- relay @@ -576,10 +580,6 @@ plugins: # You *will need* to configure it via the "antispam:" configuration block below. #- antispam - # Servprotect plugin: disconnects from networks if too many kills or nick collisions to - # PyLink clients are received. - #- servprotect - # Global plugin: Janus-style global plugin; announces messages to all channels the PyLink # client is in. #- global