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

Fix config format for multinet

This commit is contained in:
James Lu 2015-07-10 14:17:43 -07:00
parent dba20d4efc
commit 1b4ec414cf

View File

@ -11,21 +11,21 @@ login:
user: admin user: admin
password: changeme password: changeme
server: servers:
# Server name, port, and passwords yournet:
netname: whatever # Server IP, port, and passwords
ip: 127.0.0.1 ip: 127.0.0.1
port: 7000 port: 7000
recvpass: "abcd" recvpass: "abcd"
sendpass: "abcd" sendpass: "abcd"
# Hostname we will use to connect to the remote server # Hostname we will use to connect to the remote server
hostname: "pylink.yournet" hostname: "pylink.yournet"
# SID - required for InspIRCd and TS6 based servers. This must be three characters long. # 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. # The first char must be a digit [0-9], and the remaining two chars may be letters [A-Z] or digits.
sid: "0AL" sid: "0AL"
# Autojoin channels # Autojoin channels
channels: ["#pylink"] channels: ["#pylink"]
protocol: "inspircd" protocol: "inspircd"
# Plugins to load (omit the .py extension) # Plugins to load (omit the .py extension)
plugins: plugins: