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