mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-24 03:29:28 +01:00
example-conf: roughly sort the plugins' order by usefulness/popularity
This commit is contained in:
parent
42ce9c83b5
commit
b24eefc873
@ -428,15 +428,9 @@ plugins:
|
|||||||
# Networks plugin: Allows you to manage connections to networks while PyLink is running.
|
# Networks plugin: Allows you to manage connections to networks while PyLink is running.
|
||||||
- networks
|
- networks
|
||||||
|
|
||||||
# Ctcp plugin: handles basic CTCP replies (VERSION, etc).
|
# Ctcp plugin: handles basic CTCP replies (VERSION, etc) towards service bots.
|
||||||
- ctcp
|
- ctcp
|
||||||
|
|
||||||
# Oper commands plugin: Provides a handful of network management commands. (KILL, JUPE, etc.)
|
|
||||||
#- opercmds
|
|
||||||
|
|
||||||
# Bots plugin: Allows you to manipulate PyLink service bots on networks.
|
|
||||||
#- bots
|
|
||||||
|
|
||||||
# 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
|
||||||
@ -450,18 +444,18 @@ plugins:
|
|||||||
# with the PyLink service's nick or configurable prefix characters.
|
# with the PyLink service's nick or configurable prefix characters.
|
||||||
#- fantasy
|
#- fantasy
|
||||||
|
|
||||||
# Changehost plugin: Automatically changes the hostmask (i.e. sets vHosts) on
|
# Oper commands plugin: Provides a handful of network management commands. (KILL, JUPE, etc.)
|
||||||
# matching users as they connect. This requires the changehost: block to be
|
#- opercmds
|
||||||
# configured correctly below.
|
|
||||||
#- changehost
|
|
||||||
|
|
||||||
# Automode plugin: allows assigning channel access to specific hostmasks or
|
# Automode plugin: allows assigning channel access to specific hostmasks or
|
||||||
# exttargets. See https://github.com/GLolol/PyLink/blob/master/docs/automode.md
|
# exttargets. See https://github.com/GLolol/PyLink/blob/master/docs/automode.md
|
||||||
# for a usage guide.
|
# for a usage guide.
|
||||||
#- automode
|
#- automode
|
||||||
|
|
||||||
# Servermaps plugin: displays network /map's from the PyLink server's perspective.
|
# Changehost plugin: Automatically changes the hostmask (i.e. sets vHosts) on
|
||||||
#- servermaps
|
# matching users as they connect. This requires the changehost: block to be
|
||||||
|
# configured correctly below.
|
||||||
|
#- changehost
|
||||||
|
|
||||||
# Servprotect plugin: disconnects from networks if too many kills or nick collisions to
|
# Servprotect plugin: disconnects from networks if too many kills or nick collisions to
|
||||||
# PyLink clients are received.
|
# PyLink clients are received.
|
||||||
@ -471,6 +465,12 @@ plugins:
|
|||||||
# client is in.
|
# client is in.
|
||||||
#- global
|
#- global
|
||||||
|
|
||||||
|
# Bots plugin: Allows you to manipulate PyLink service bots on networks.
|
||||||
|
#- bots
|
||||||
|
|
||||||
|
# Servermaps plugin: displays network /map's from the PyLink server's perspective.
|
||||||
|
#- servermaps
|
||||||
|
|
||||||
logging:
|
logging:
|
||||||
# This configuration block defines targets that PyLink should log commands,
|
# This configuration block defines targets that PyLink should log commands,
|
||||||
# errors, etc., to.
|
# errors, etc., to.
|
||||||
|
Loading…
Reference in New Issue
Block a user