Added an extra caveat to the supybot.flush help.

This commit is contained in:
Jeremy Fincher 2004-02-04 05:11:31 +00:00
parent 9f33b4c1bd
commit ee6107d016

View File

@ -352,7 +352,9 @@ supybot.register('flush', registry.Boolean(True, """Determines whether the bot
will periodically flush data and configuration files to disk. Generally, the will periodically flush data and configuration files to disk. Generally, the
only time you'll want to set this to False is when you want to modify those only time you'll want to set this to False is when you want to modify those
configuration files by hand and don't want the bot to flush its current version configuration files by hand and don't want the bot to flush its current version
over your modifications.""")) over your modifications. Do note that if you change this to False inside the
bot, your changes won't be flushed. To make this change permanent, you must
edit the registry yourself."""))
### ###
# Driver stuff. # Driver stuff.