From ee6107d016d840748186d1b7f2c208675c524595 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 4 Feb 2004 05:11:31 +0000 Subject: [PATCH] Added an extra caveat to the supybot.flush help. --- src/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/conf.py b/src/conf.py index 42c8cf3d7..55dec1796 100644 --- a/src/conf.py +++ b/src/conf.py @@ -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 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 -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.