3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-01-11 20:52:42 +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: bot:
# Set nick, user/ident, and real name. # Set nick, user/ident, and real name.
nick: pylink nick: pylink
user: pylink user: pylink
realname: PyLink Service Client realname: PyLink Service Client
prefix: "@" # Console log verbosity: see https://docs.python.org/3/library/logging.html#logging-levels
# Console log verbosity: see https://docs.python.org/3/library/logging.html#logging-levels loglevel: DEBUG
loglevel: DEBUG
login: login:
# PyLink administrative login - Change this, or the service will not start! # PyLink administrative login - Change this, or the service will not start!
user: admin user: admin
password: changeme password: changeme
server: server:
# Server name, port, and passwords # Server name, port, and passwords