From f4f89878735d1a5879d98f86dc1edbc1244dde1b Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 20 Sep 2015 11:55:51 -0700 Subject: [PATCH] example conf: add full "netname" in server configuration --- config.yml.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.yml.example b/config.yml.example index c638978..45754f9 100644 --- a/config.yml.example +++ b/config.yml.example @@ -44,6 +44,9 @@ servers: recvpass: "abcd" sendpass: "abcd" + # The full network name, used by plugins. + netname: "yournet" + # Hostname we will use to connect to the remote server hostname: "pylink.yournet" @@ -97,6 +100,7 @@ servers: sendpass: "abcd" hostname: "pylink.example.com" sid: "8PY" + netname: "some network" # Leave this as an empty list if you don't want to join any channels. channels: []