It helps if I register things correctly

This commit is contained in:
James Vega 2004-09-01 18:24:59 +00:00
parent 84a7026367
commit adedfb8274

View File

@ -57,7 +57,7 @@ conf.registerGlobalValue(conf.supybot.plugins.ChannelLogger,
'flushImmediately', registry.Boolean(False, """Determines whether channel 'flushImmediately', registry.Boolean(False, """Determines whether channel
logfiles will be flushed anytime they're written to, rather than being logfiles will be flushed anytime they're written to, rather than being
buffered by the operating system.""")) buffered by the operating system."""))
conf.registerGlobalValue(conf.supybot.plugins.ChannelLogger, conf.registerChannelValue(conf.supybot.plugins.ChannelLogger,
'stripFormatting', registry.Boolean(True, """Determines whether 'stripFormatting', registry.Boolean(True, """Determines whether
formatting characters (such as bolding, color, etc.) are removed when formatting characters (such as bolding, color, etc.) are removed when
writing the logs to disk.""")) writing the logs to disk."""))