mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-30 14:49:28 +01:00
example-conf: load servprotect by default
This commit is contained in:
parent
26fa5d38a2
commit
50e9d2d959
@ -546,6 +546,10 @@ plugins:
|
|||||||
# Ctcp plugin: handles basic CTCP replies (VERSION, etc) towards service bots.
|
# Ctcp plugin: handles basic CTCP replies (VERSION, etc) towards service bots.
|
||||||
- ctcp
|
- 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
|
# Relay plugin: Transparent server-side relay between channels (like Janus). See
|
||||||
# the relay: block below for configuration.
|
# the relay: block below for configuration.
|
||||||
#- relay
|
#- relay
|
||||||
@ -576,10 +580,6 @@ plugins:
|
|||||||
# You *will need* to configure it via the "antispam:" configuration block below.
|
# You *will need* to configure it via the "antispam:" configuration block below.
|
||||||
#- antispam
|
#- 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
|
# Global plugin: Janus-style global plugin; announces messages to all channels the PyLink
|
||||||
# client is in.
|
# client is in.
|
||||||
#- global
|
#- global
|
||||||
|
Loading…
Reference in New Issue
Block a user