mirror of
https://github.com/jlu5/PyLink.git
synced 2025-01-23 18:54: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
|
||||
|
||||
games:
|
||||
# Sets the nick of the Games service, if you're using it. This defaults to "games" if not defined.
|
||||
nick: Games
|
||||
|
||||
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
|
||||
#ident: Automode
|
||||
|
||||
# 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
|
||||
# the risk of mode overrides being dropped.
|
||||
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:
|
||||
# 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.
|
||||
|
Loading…
Reference in New Issue
Block a user