3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

example conf: mention pingfreq and disabling autoconnect

This commit is contained in:
James Lu 2015-07-17 23:44:52 -07:00
parent a51cfcb7b2
commit 64adb79120

View File

@ -1,5 +1,5 @@
bot:
# Set nick, user/ident, and real name.
# Sets nick, user/ident, and real name.
nick: pylink
user: pylink
realname: PyLink Service Client
@ -36,9 +36,13 @@ servers:
channels: ["#pylink"]
protocol: "inspircd"
# Set autoconnect delay (experimental)
# Sets autoconnect delay - comment this out or set the value negative to disable autoconnect entirely.
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:
- commands