From ebbd1442eac3557b92ead38c9840255ea1cf71ed Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Mon, 17 Feb 2020 14:55:12 -0800 Subject: [PATCH] README.md: improvements --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d8d00f3e..0b47d888 100644 --- a/README.md +++ b/README.md @@ -80,12 +80,11 @@ For more information, see the [Registry documentation.](doc/Registry.md) ### Reload core modules without disconnecting Suppose you edit some PBot source file, be it a core file such as PBot/Factoids.pm or -a Plugin such as Plugins/Wttr.pm. Or suppose there's a PBot update available. +a Plugin such as Plugins/Wttr.pm. Or suppose there's a PBot update available. Most simple +bots would require you to shut down the bot and restart it in order to see the modifications. -Most simple bots would require you to shut down the bot and restart it in order -to see the modifications. Not PBot! Rather than shut PBot down and restart it, you -can simply use the [`refresh`](doc/Admin.md#refresh) command to reload all modified PBot -core files and Plugins. +Not PBot! Rather than shut PBot down and restart it, you can simply use the [`refresh`](doc/Admin.md#refresh) +command to reload all modified PBot core files and Plugins. You can also use the [`reload`](doc/Admin.md#reload) command to reload any modified configuration or data files in your configured data-directory.