3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-12-25 12:12:53 +01:00

example-conf: detail explicitly how "spawn_services: false" affects a plugin's behavior

This commit is contained in:
James Lu 2018-07-02 00:35:55 -07:00
parent 0c55569c1f
commit 75b0ae6054

View File

@ -42,7 +42,8 @@ pylink:
# Determines whether spawning additional services for bots (e.g. Automode, Games) should be # Determines whether spawning additional services for bots (e.g. Automode, Games) should be
# enabled. This defaults to True, unless a network's protocol module doesn't support spawning # enabled. This defaults to True, unless a network's protocol module doesn't support spawning
# extra service bots. # extra service bots. If this is set to false, the other plugins' commands and channels will
# be merged into that of the main PyLink service bot.
#spawn_services: true #spawn_services: true
# Defines extra directories to look up plugins and protocol modules in. # Defines extra directories to look up plugins and protocol modules in.
@ -830,6 +831,8 @@ automode:
# Determines whether a separate service bot should be spawned for this plugin. This defaults to # Determines whether a separate service bot should be spawned for this plugin. This defaults to
# True, unless a network's protocol module doesn't support spawning extra service bots. # True, unless a network's protocol module doesn't support spawning extra service bots.
# This option overrides the global "spawn_services" option defined in "pylink:". # This option overrides the global "spawn_services" option defined in "pylink:".
# If this is set to False, this plugin's commands and channels will be merged into that of the
# main PyLink service bot.
#spawn_service: true #spawn_service: true
# Defines a fantasy prefix for the Automode bot (requires spawn_services to be set and the # Defines a fantasy prefix for the Automode bot (requires spawn_services to be set and the