mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Added an extra caveat to the supybot.flush help.
This commit is contained in:
parent
9f33b4c1bd
commit
ee6107d016
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user