mirror of
https://github.com/jlu5/PyLink.git
synced 2025-01-12 21:22:36 +01:00
example-conf: document service-specific autojoin channels (from #423)
This commit is contained in:
parent
21c0c617c1
commit
7a1a4d9161
@ -123,9 +123,13 @@ servers:
|
|||||||
# There must be at least one # in this entry.
|
# There must be at least one # in this entry.
|
||||||
sidrange: "8##"
|
sidrange: "8##"
|
||||||
|
|
||||||
# Autojoin channels. Comment this line out if you don't want service bots
|
# Autojoin channels. The "channels" option affects all service bots, but you can also
|
||||||
# to join any channels by default.
|
# configure channels per service using keys in the name of "<servicename>_channels"
|
||||||
|
# Comment out or remove these keys if you don't want service bots# to join any channels by
|
||||||
|
# default.
|
||||||
channels: ["#pylink"]
|
channels: ["#pylink"]
|
||||||
|
pylink_channels: ["#services"]
|
||||||
|
automode_channels: ["#chat"]
|
||||||
|
|
||||||
# Sets the protocol module to use for this network - see the README for a
|
# Sets the protocol module to use for this network - see the README for a
|
||||||
# list of supported IRCds.
|
# list of supported IRCds.
|
||||||
|
Loading…
Reference in New Issue
Block a user