plugins/ChannelLogger: Register the config var that the code is expecting to use.

This commit is contained in:
James Vega 2005-09-09 17:21:04 +00:00
parent fe72d703df
commit f470c94e59
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ conf.registerGlobalValue(ChannelLogger.directories, 'timestamp',
registry.Boolean(False, """Determines whether the bot will use a timestamp
(determined by supybot.plugins.ChannelLogger.directories.timestamp.format)
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
the directory stucture for channel logs if
supybot.plugins.ChannelLogger.directories.timestamp is True."""))