Document SIGHUP.

This commit is contained in:
Valentin Lorentz 2014-01-20 10:27:16 +01:00
parent 68406e86e9
commit 514b430879

View File

@ -193,3 +193,8 @@ or so, and if this happens after you've edited your configuration files
but before you reload your changes, you could lose the changes you made. but before you reload your changes, you could lose the changes you made.
To prevent this, set the `supybot.flush` value to 'Off' while editing To prevent this, set the `supybot.flush` value to 'Off' while editing
the files, and no automatic flushing will occur. the files, and no automatic flushing will occur.
If you cannot access the bot on IRC and your bot is running on a POSIX
system, you can also send it a SIGHUP signal; it is exactly the same
as ``config reload`` (note that the Config plugin has to be loaded to
do that).