From 0c1bcf2bc50ce3c49b20f76f00caab0b7c0703aa Mon Sep 17 00:00:00 2001 From: James Lu Date: Tue, 22 Dec 2015 10:31:56 -0800 Subject: [PATCH] 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. --- config.yml.example | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config.yml.example b/config.yml.example index bdf7d88..ac04cee 100644 --- a/config.yml.example +++ b/config.yml.example @@ -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: []