2015-03-19 20:55:18 +01:00
|
|
|
bot:
|
|
|
|
# Set nick, user/ident, and real name.
|
|
|
|
nick: pylink
|
|
|
|
user: pylink
|
|
|
|
realname: PyLink Service Client
|
2015-04-25 07:37:07 +02:00
|
|
|
prefix: "@"
|
2015-03-19 20:55:18 +01:00
|
|
|
|
|
|
|
login:
|
|
|
|
# PyLink administrative login - Change this, or the service will not start!
|
|
|
|
user: admin
|
|
|
|
password: changeme
|
|
|
|
|
2015-04-18 04:55:48 +02:00
|
|
|
server:
|
2015-03-19 20:55:18 +01:00
|
|
|
# Server name, port, and passwords
|
2015-04-18 04:55:48 +02:00
|
|
|
netname: whatever
|
2015-03-19 20:55:18 +01:00
|
|
|
ip: 127.0.0.1
|
2015-04-18 04:55:48 +02:00
|
|
|
port: 7000
|
|
|
|
recvpass: "abcd"
|
|
|
|
sendpass: "abcd"
|
2015-03-20 00:21:49 +01:00
|
|
|
# Hostname we will use to connect to the remote server
|
2015-04-18 04:55:48 +02:00
|
|
|
hostname: "pylink.yournet"
|
2015-03-20 00:21:49 +01:00
|
|
|
# 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.
|
|
|
|
sid: "0AL"
|
2015-06-04 00:47:29 +02:00
|
|
|
# Autojoin channels
|
|
|
|
channels: ["#pylink"]
|
2015-06-17 05:05:41 +02:00
|
|
|
protocol: "inspircd"
|
2015-04-25 07:37:07 +02:00
|
|
|
|
|
|
|
# Plugins to load (omit the .py extension)
|
|
|
|
plugins:
|
2015-06-02 22:37:35 +02:00
|
|
|
- commands
|