From 4ce65826a1868ae1bf70fe9eb333b65dd176c0b3 Mon Sep 17 00:00:00 2001 From: James Vega Date: Thu, 11 Nov 2004 14:40:04 +0000 Subject: [PATCH] Expand a little on the supybot.defaultIgnore help. Also, went ahead and changed the timestampformat from a GlobalValue to ChannelValue like the XXX told me to. --- src/conf.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/conf.py b/src/conf.py index 02acf54a0..bde52fee7 100644 --- a/src/conf.py +++ b/src/conf.py @@ -882,11 +882,10 @@ registerGlobalValue(supybot.protocols.http, 'proxy', registerGlobalValue(supybot, 'defaultIgnore', registry.Boolean(False, """Determines whether the bot will ignore unregistered users by default. Of course, that'll make it particularly - hard for those users to register with the bot, but that's your problem to - solve.""")) + hard for those users to register or identify with the bot, but that's your + problem to solve.""")) -# XXX There's no reason this can't be channel-specific. -registerGlobalValue(supybot, 'humanTimestampFormat', +registerChannelValue(supybot, 'humanTimestampFormat', registry.String('%I:%M %p, %B %d, %Y', """Determines how timestamps printed for human reading should be formatted. Refer to the Python documentation for the time module to see valid formatting characters for time