From e6645df9aa0269b01f3ad35384d85036fffe01fa Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 18 Feb 2005 08:30:35 +0000 Subject: [PATCH] Removed the generated value, which is less than useful. --- src/conf.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/conf.py b/src/conf.py index 44cd99d8c..6ec5a92ea 100644 --- a/src/conf.py +++ b/src/conf.py @@ -1000,9 +1000,6 @@ registerGlobalValue(supybot.debug, 'flushVeryOften', registry.Boolean(False, """Determines whether the bot will automatically flush all flushers *very* often. Useful for debugging when you don't know what's breaking or when, but think that it might be logged.""")) -registerGlobalValue(supybot.debug, 'generated', - registry.String('$Id: conf.py,v 1.237 2005/01/17 04:54:17 jamessan Exp $; %s' % time.ctime(), """Determines when this - configuration file was generated; it should be modified by - supybot-wizard""")) + # vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: