From 3bacc7d0b7f9a1eeb0503c79f53aeb3470af5680 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 21 Aug 2004 07:29:11 +0000 Subject: [PATCH] Attempt to document a bit better. --- plugins/ChannelLogger.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/ChannelLogger.py b/plugins/ChannelLogger.py index d8dc2ad45..48d1f8dc2 100644 --- a/plugins/ChannelLogger.py +++ b/plugins/ChannelLogger.py @@ -70,7 +70,9 @@ conf.registerChannelValue(conf.supybot.plugins.ChannelLogger, channel.""")) conf.registerChannelValue(conf.supybot.plugins.ChannelLogger, 'rotateLogs', registry.Boolean(False, """Determines whether the bot will automatically - rotate the logs for this channel.""")) + rotate the logs for this channel. The bot will rotate logs when the + timestamp for the log changes. The timestamp is set according to + the 'filenameTimestamp' configuration variable.""")) conf.registerChannelValue(conf.supybot.plugins.ChannelLogger, 'filenameTimestamp', registry.String('%d-%a-%Y', """Determines how to represent the timestamp used for the filename in rotated logs. When this