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

example conf: add missing "sidrange" key in ts6net, rename "yournet" to "inspnet" and various tweaks

"sidrange" is required to be in the conf; otherwise, PyLink fails to start. Thanks @darksis for reporting.
This commit is contained in:
James Lu 2015-12-22 10:31:56 -08:00
parent 31c47b50f3
commit 0c1bcf2bc5

View File

@ -49,7 +49,7 @@ relay:
spawn_servers: true
servers:
yournet:
inspnet:
# Server IP, port, and passwords
ip: 127.0.0.1
port: 7000
@ -57,10 +57,10 @@ servers:
sendpass: "abcd"
# The full network name, used by plugins.
netname: "yournet"
netname: "InspIRCd Network"
# Hostname we will use to connect to the remote server
hostname: "pylink.yournet"
hostname: "pylink.yournet.local"
# SID - required for InspIRCd and TS6 based servers. This must be three characters long.
# The first char must be a digit [0-9], and the remaining two chars may be letters [A-Z] or digits.
@ -116,7 +116,8 @@ servers:
sendpass: "abcd"
hostname: "pylink.example.com"
sid: "8PY"
netname: "some network"
netname: "some TS6 network"
sidrange: "8P#"
# Leave this as an empty list if you don't want to join any channels.
channels: []