mirror of
https://github.com/jlu5/PyLink.git
synced 2025-01-24 03:04:05 +01:00
example-conf: describe how some options are common to all service bots
This commit is contained in:
parent
a3f122fee4
commit
a0ed43bf64
@ -561,19 +561,24 @@ relay:
|
|||||||
#
|
#
|
||||||
#clientbot_modesync: none
|
#clientbot_modesync: none
|
||||||
|
|
||||||
games:
|
|
||||||
# Sets the nick of the Games service, if you're using it. This defaults to "games" if not defined.
|
|
||||||
nick: Games
|
|
||||||
|
|
||||||
automode:
|
automode:
|
||||||
# Sets the nick of the Automode service, if you're using it. This defaults to "automode" if not defined.
|
# The following options in this block are common to all plugins that spawn service bots (games,
|
||||||
|
# automode, etc.):
|
||||||
|
|
||||||
|
# Sets the nick of the Automode service, if you're using it. If not defined, this defaults to
|
||||||
|
# the service name ("automode" in this case).
|
||||||
nick: Automode
|
nick: Automode
|
||||||
|
#ident: Automode
|
||||||
|
|
||||||
# For each service, you can also specify what prefix modes you want the service bot to join channels with.
|
# For each service, you can also specify what prefix modes you want the service bot to join channels with.
|
||||||
# Setting this to op (+o) for Automode makes it appear more like a standard IRC service, and lessens
|
# Setting this to op (+o) for Automode makes it appear more like a standard IRC service, and lessens
|
||||||
# the risk of mode overrides being dropped.
|
# the risk of mode overrides being dropped.
|
||||||
joinmodes: 'o'
|
joinmodes: 'o'
|
||||||
|
|
||||||
|
games:
|
||||||
|
# Sets the nick of the Games service, if you're using it. This defaults to "games" if not defined.
|
||||||
|
nick: Games
|
||||||
|
|
||||||
stats:
|
stats:
|
||||||
# Determines the time format that the Stats plugin should use for showing dates + times.
|
# Determines the time format that the Stats plugin should use for showing dates + times.
|
||||||
# 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user