mirror of
https://github.com/jlu5/PyLink.git
synced 2024-12-02 15:59:26 +01:00
example-conf: Formatting, remove pingfreq and maxnicklen from examples
This commit is contained in:
parent
0460df0e51
commit
01d462c97f
@ -99,7 +99,7 @@ servers:
|
|||||||
|
|
||||||
# Sets the max nick length for the network. It is important this is
|
# Sets the max nick length for the network. It is important this is
|
||||||
# set correctly, or PyLink might introduce a nick that is too long and
|
# set correctly, or PyLink might introduce a nick that is too long and
|
||||||
# cause netsplits!
|
# cause netsplits! This defaults to 30 if not set.
|
||||||
maxnicklen: 30
|
maxnicklen: 30
|
||||||
|
|
||||||
# Toggles SSL for this network. Defaults to false if not specified, and
|
# Toggles SSL for this network. Defaults to false if not specified, and
|
||||||
@ -145,8 +145,6 @@ servers:
|
|||||||
|
|
||||||
protocol: "ts6"
|
protocol: "ts6"
|
||||||
autoconnect: 5
|
autoconnect: 5
|
||||||
pingfreq: 30
|
|
||||||
maxnicklen: 30
|
|
||||||
|
|
||||||
# Note: /'s in nicks are automatically converted to |'s for TS6
|
# Note: /'s in nicks are automatically converted to |'s for TS6
|
||||||
# networks, since they don't allow "/" in nicks.
|
# networks, since they don't allow "/" in nicks.
|
||||||
@ -180,8 +178,6 @@ servers:
|
|||||||
channels: []
|
channels: []
|
||||||
protocol: "unreal"
|
protocol: "unreal"
|
||||||
autoconnect: 5
|
autoconnect: 5
|
||||||
pingfreq: 30
|
|
||||||
maxnicklen: 30
|
|
||||||
|
|
||||||
# This option enables SUPER HACKY UNREAL 3.2 COMPAT mode, which allows
|
# This option enables SUPER HACKY UNREAL 3.2 COMPAT mode, which allows
|
||||||
# PyLink to link to mixed Unreal 3.2/4.0 networks, using a 4.0 server
|
# PyLink to link to mixed Unreal 3.2/4.0 networks, using a 4.0 server
|
||||||
@ -213,10 +209,9 @@ servers:
|
|||||||
channels: ["#lounge"]
|
channels: ["#lounge"]
|
||||||
protocol: nefarious
|
protocol: nefarious
|
||||||
autoconnect: 5
|
autoconnect: 5
|
||||||
maxnicklen: 15
|
|
||||||
netname: "Nefarious test server"
|
netname: "Nefarious test server"
|
||||||
pingfreq: 30
|
|
||||||
|
|
||||||
|
# The following options are specific to Nefarious servers.
|
||||||
# Halfop is optional in Nefarious. This should match your IRCd configuration.
|
# Halfop is optional in Nefarious. This should match your IRCd configuration.
|
||||||
use_halfop: false
|
use_halfop: false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user