mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +01:00
It helps if I register things correctly
This commit is contained in:
parent
84a7026367
commit
adedfb8274
@ -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."""))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user