diff --git a/example-conf.yml b/example-conf.yml index 7e863d9..593d7da 100644 --- a/example-conf.yml +++ b/example-conf.yml @@ -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.