mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-08 18:44:06 +01:00
plugins/ChannelLogger: Register the config var that the code is expecting to use.
This commit is contained in:
parent
fe72d703df
commit
f470c94e59
@ -79,7 +79,7 @@ conf.registerGlobalValue(ChannelLogger.directories, 'timestamp',
|
|||||||
registry.Boolean(False, """Determines whether the bot will use a timestamp
|
registry.Boolean(False, """Determines whether the bot will use a timestamp
|
||||||
(determined by supybot.plugins.ChannelLogger.directories.timestamp.format)
|
(determined by supybot.plugins.ChannelLogger.directories.timestamp.format)
|
||||||
if using directories."""))
|
if using directories."""))
|
||||||
conf.registerGlobalValue(ChannelLogger.timestamp, 'format',
|
conf.registerGlobalValue(ChannelLogger.directories.timestamp, 'format',
|
||||||
registry.String('%B', """Determines what timestamp format will be used in
|
registry.String('%B', """Determines what timestamp format will be used in
|
||||||
the directory stucture for channel logs if
|
the directory stucture for channel logs if
|
||||||
supybot.plugins.ChannelLogger.directories.timestamp is True."""))
|
supybot.plugins.ChannelLogger.directories.timestamp is True."""))
|
||||||
|
Loading…
Reference in New Issue
Block a user