Removed the generated value, which is less than useful.

This commit is contained in:
Jeremy Fincher 2005-02-18 08:30:35 +00:00
parent 34e4891bbc
commit e6645df9aa
1 changed files with 1 additions and 4 deletions

View File

@ -1000,9 +1000,6 @@ registerGlobalValue(supybot.debug, 'flushVeryOften',
registry.Boolean(False, """Determines whether the bot will automatically registry.Boolean(False, """Determines whether the bot will automatically
flush all flushers *very* often. Useful for debugging when you don't know 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.""")) 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: # vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: