cinchrb / cinch

The IRC Bot Building Framework
http://www.rubydoc.info/gems/cinch
MIT License
1k stars 180 forks source link

pplugin creation issuing output to stdout without checking #verbose #11

Closed robbiemu closed 13 years ago

robbiemu commented 14 years ago

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

dominikh commented 14 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.

robbiemu commented 14 years ago

ok -- just a reminder, you requested that I post this here as a bug for you to implement.

dominikh commented 13 years ago

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.