3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-27 21:19:31 +01:00

example-conf: tweak some more defaults for clarity

This commit is contained in:
James Lu 2018-04-07 15:44:44 -07:00
parent 170d793939
commit 66ec3d9755

View File

@ -246,17 +246,19 @@ servers:
# these two fields to "*" and enable SSL with a cert and key file.
recvpass: "coffee"
sendpass: "tea"
#ssl: true
#ssl_certfile: mycert.pem
#ssl_keyfile: mycert.pem
hostname: "pylink.example.com"
sid: "2PY"
netname: "Network name: this should match your UnrealIRCd config"
sidrange: "8##"
protocol: "unreal"
autoconnect: 10
# Sets the full network name, used for display purposes.
netname: "Network name"
# You can also define network-specific nicks, idents, and hosts for various service
# bots, using the configuration options "servicename_nick", etc.
#pylink_nick: MagicServ
@ -290,7 +292,7 @@ servers:
#channels: ["#lounge"]
protocol: p10
autoconnect: 10
netname: "Change this"
netname: "Network name"
# Configures the relay separator. Note: /'s in nicks are automatically translated to |
# for IRCds other than Unreal and InspIRCd, since they are not supported in nicks.
@ -353,7 +355,7 @@ servers:
sendpass: "abcd"
hostname: "pylink.example.com"
sid: "8PY"
netname: "Your Network Name"
netname: "Network name"
sidrange: "8##"
protocol: "ts6"
@ -361,7 +363,7 @@ servers:
# Note: /'s in nicks are automatically converted to |'s for TS6
# networks (charybdis, etc.), since they don't allow "/" in nicks.
separator: "|"
#separator: "|"
### The following options are specific to TS6 servers:
# Toggles owner (+y), admin (+a), and halfop (+h) support for
@ -387,7 +389,7 @@ servers:
# Optional server password.
#sendpass: "wastedbytes103"
netname: "Change this"
netname: "Network name"
#channels: ["#this-works-as-usual"]
protocol: "clientbot"
@ -421,7 +423,7 @@ servers:
# SASL PLAIN requires the sasl_username and sasl_password options to be set, while
# SASL EXTERNAL requires ssl, ssl_certfile, and ssl_keyfile to work.
#sasl_mechanism: "PLAIN"
#sasl_username: "mIRCsKripterz"
#sasl_username: "abc"
#sasl_password: "somestrangepassword"
# Defines the SASL timeout - this defaults to 15 seconds.
@ -431,6 +433,7 @@ servers:
# connected, as services become available throughout netsplits and reconnects.
# Note: This requires an IRC server capable of IRCv3.2 cap-notify and sasl:
# InspIRCd 3.x and charybdis 4+ are some compatible IRCds as of 2016-12-19.
# This defaults to false.
#sasl_reauth: true
# Clientbot also supports auto perform, using raw IRC messages.