Closed robbiemu closed 13 years ago
That behaviour is kind of the wanted one. Future releases of Cinch will allow fine-tuned configuration of the loggers (that is, which kind of messages to log), but for now, "verbose" only applies to logging the raw IRC stream.
ok -- just a reminder, you requested that I post this here as a bug for you to implement.
Due to recent changes in the logging system, verbose
has been deprecated and superseded by a severity-based system. As such, this Issue is not relevant anymore.
version 1.0.1
plugin.rb:line 102
lines like that aught to be changed to: bot.debug("[plugin] #{plugin_name}: Registering listener for type
#{listener.event}
") if bot.config.verbose