mirror of
https://github.com/jlu5/PyLink.git
synced 2025-01-11 20:52:42 +01:00
example conf: add fantasy.py to list and plugin descriptions
This commit is contained in:
parent
4509e0757d
commit
f55d227329
@ -15,6 +15,9 @@ bot:
|
|||||||
# Console log verbosity: see https://docs.python.org/3/library/logging.html#logging-levels
|
# Console log verbosity: see https://docs.python.org/3/library/logging.html#logging-levels
|
||||||
loglevel: DEBUG
|
loglevel: DEBUG
|
||||||
|
|
||||||
|
# Fantasy command prefix, if the fantasy plugin is loaded.
|
||||||
|
prefix: "."
|
||||||
|
|
||||||
login:
|
login:
|
||||||
# PyLink administrative login - Change this, or the service will not start!
|
# PyLink administrative login - Change this, or the service will not start!
|
||||||
user: admin
|
user: admin
|
||||||
@ -129,7 +132,19 @@ servers:
|
|||||||
|
|
||||||
# Plugins to load (omit the .py extension)
|
# Plugins to load (omit the .py extension)
|
||||||
plugins:
|
plugins:
|
||||||
|
# Commands plugin: provides core commands such as logging in, shutting down PyLink, and
|
||||||
|
# various command help.
|
||||||
- commands
|
- commands
|
||||||
|
|
||||||
|
# Networks plugin: allows you to manage (dis)connections to networks while PyLink is running.
|
||||||
- networks
|
- networks
|
||||||
|
|
||||||
|
# Bots plugin: allows you to manipulate pseudo-clients (bots) on networks.
|
||||||
# - bots
|
# - bots
|
||||||
|
|
||||||
|
# Relay plugin: Janus-style server-side relay plugin.
|
||||||
# - relay
|
# - relay
|
||||||
|
|
||||||
|
# Fantasy plugin: allows you to trigger commands in channels by PyLink's nick or a
|
||||||
|
# configurable prefix character.
|
||||||
|
# - fantasy
|
||||||
|
Loading…
Reference in New Issue
Block a user