From 087a4e7e5c04f162881520170289eeb428be1e9f Mon Sep 17 00:00:00 2001 From: James Lu Date: Tue, 7 Jul 2015 12:03:30 -0700 Subject: [PATCH] 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. --- config.yml.example | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/config.yml.example b/config.yml.example index a631003..114396f 100644 --- a/config.yml.example +++ b/config.yml.example @@ -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