mirror of
https://github.com/jlu5/PyLink.git
synced 2025-01-12 13:12:36 +01:00
example conf: mention pingfreq and disabling autoconnect
This commit is contained in:
parent
a51cfcb7b2
commit
64adb79120
@ -1,5 +1,5 @@
|
|||||||
bot:
|
bot:
|
||||||
# Set nick, user/ident, and real name.
|
# Sets nick, user/ident, and real name.
|
||||||
nick: pylink
|
nick: pylink
|
||||||
user: pylink
|
user: pylink
|
||||||
realname: PyLink Service Client
|
realname: PyLink Service Client
|
||||||
@ -36,9 +36,13 @@ servers:
|
|||||||
channels: ["#pylink"]
|
channels: ["#pylink"]
|
||||||
protocol: "inspircd"
|
protocol: "inspircd"
|
||||||
|
|
||||||
# Set autoconnect delay (experimental)
|
# Sets autoconnect delay - comment this out or set the value negative to disable autoconnect entirely.
|
||||||
autoconnect: 5
|
autoconnect: 5
|
||||||
|
|
||||||
|
# Sets ping frequency (i.e. how long we should wait between sending pings to our uplink).
|
||||||
|
# When more than two consecutive pings are missed, PyLink will disconnect with a ping timeout.
|
||||||
|
pingfreq: 30
|
||||||
|
|
||||||
# Plugins to load (omit the .py extension)
|
# Plugins to load (omit the .py extension)
|
||||||
plugins:
|
plugins:
|
||||||
- commands
|
- commands
|
||||||
|
Loading…
Reference in New Issue
Block a user