3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00
PyLink/config.yml.example
James Lu 9b4fb50f25 Today's code dump, featuring:
- PLUGIN SUPPORT and COMMAND HANDLING, wow!!!!!!!
- Restructuring of files so that there's only one protocol module (anything else is too much to maintain for now)
- Split protocol things into utils.py
- Bugfixes: don't go into an endless loop of text spamming when the remote host closes the connection!
2015-04-24 22:37:07 -07:00

30 lines
780 B
Plaintext

bot:
# Set nick, user/ident, and real name.
nick: pylink
user: pylink
realname: PyLink Service Client
prefix: "@"
login:
# PyLink administrative login - Change this, or the service will not start!
user: admin
password: changeme
server:
# Server name, port, and passwords
netname: whatever
ip: 127.0.0.1
port: 7000
recvpass: "abcd"
sendpass: "abcd"
# Hostname we will use to connect to the remote server
hostname: "pylink.yournet"
# 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"
channel: "#pylink"
# Plugins to load (omit the .py extension)
plugins:
- hello