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

Drop "prefix" config entry, it's not being used

Closes #26. Plugins can implement their own fantasy-style triggers via message hooks, so I'm not sure this really needs a place in the core.
This commit is contained in:
James Lu 2015-07-07 12:03:30 -07:00
parent 7f6c8b0e52
commit 087a4e7e5c

View File

@ -1,16 +1,15 @@
bot:
# Set nick, user/ident, and real name.
nick: pylink
user: pylink
realname: PyLink Service Client
prefix: "@"
# Console log verbosity: see https://docs.python.org/3/library/logging.html#logging-levels
loglevel: DEBUG
# Set nick, user/ident, and real name.
nick: pylink
user: pylink
realname: PyLink Service Client
# Console log verbosity: see https://docs.python.org/3/library/logging.html#logging-levels
loglevel: DEBUG
login:
# PyLink administrative login - Change this, or the service will not start!
user: admin
password: changeme
# PyLink administrative login - Change this, or the service will not start!
user: admin
password: changeme
server:
# Server name, port, and passwords