From f470c94e593c2686c6c3ac4544988866ae24fff7 Mon Sep 17 00:00:00 2001 From: James Vega Date: Fri, 9 Sep 2005 17:21:04 +0000 Subject: [PATCH] plugins/ChannelLogger: Register the config var that the code is expecting to use. --- plugins/ChannelLogger/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ChannelLogger/config.py b/plugins/ChannelLogger/config.py index 398e0218c..3a84c4886 100644 --- a/plugins/ChannelLogger/config.py +++ b/plugins/ChannelLogger/config.py @@ -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."""))