mirror of
https://github.com/jlu5/PyLink.git
synced 2025-01-12 21:22:36 +01:00
example-conf: spacing & comment tweaks
This commit is contained in:
parent
b947afabd0
commit
a55f60c6dc
@ -689,7 +689,6 @@ relay:
|
|||||||
# resets the cache.
|
# resets the cache.
|
||||||
#age: 10
|
#age: 10
|
||||||
|
|
||||||
|
|
||||||
automode:
|
automode:
|
||||||
# The following options in this block are common to all plugins that spawn service bots (games,
|
# The following options in this block are common to all plugins that spawn service bots (games,
|
||||||
# automode, etc.):
|
# automode, etc.):
|
||||||
@ -726,7 +725,7 @@ automode:
|
|||||||
games:
|
games:
|
||||||
# Sets the nick of the Games service, if you're using it. This defaults to "games" if not defined.
|
# Sets the nick of the Games service, if you're using it. This defaults to "games" if not defined.
|
||||||
nick: Games
|
nick: Games
|
||||||
|
|
||||||
# Ident, host, and realname can also be specified here, but they may be overriden per-network.
|
# Ident, host, and realname can also be specified here, but they may be overriden per-network.
|
||||||
#ident: games
|
#ident: games
|
||||||
#host: play.games
|
#host: play.games
|
||||||
@ -740,7 +739,7 @@ stats:
|
|||||||
# Defaults to "%a, %d %b %Y %H:%M:%S +0000" (the RFC 2812 standard) if not specified.
|
# Defaults to "%a, %d %b %Y %H:%M:%S +0000" (the RFC 2812 standard) if not specified.
|
||||||
time_format: "%c"
|
time_format: "%c"
|
||||||
|
|
||||||
global:
|
#global:
|
||||||
# Sets the text format for the global plugin, if it is loaded. This uses a template string as
|
# Sets the text format for the global plugin, if it is loaded. This uses a template string as
|
||||||
# documented at https://docs.python.org/3/library/string.html#template-strings, with the
|
# documented at https://docs.python.org/3/library/string.html#template-strings, with the
|
||||||
# following substitutions:
|
# following substitutions:
|
||||||
|
Loading…
Reference in New Issue
Block a user