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

example-conf: load servprotect by default

This commit is contained in:
James Lu 2019-05-13 17:08:11 +08:00
parent 26fa5d38a2
commit 50e9d2d959

View File

@ -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