From 2d3d31f9f32b36f6bf83a76183b00e9d4faf27f0 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Mon, 17 Feb 2020 14:45:49 -0800 Subject: [PATCH] doc: improvements --- doc/Admin.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/Admin.md b/doc/Admin.md index 460e8464..0250dd7c 100644 --- a/doc/Admin.md +++ b/doc/Admin.md @@ -580,6 +580,10 @@ Usage: `export ` ### refresh Refreshes/reloads PBot core modules and plugins (not the command-line modules since those are executed/loaded each time they are invoked). +For example, 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. Rather than shut the bot down and restart it, you can simply use +the `refresh` command to reload all modified PBot core files and Plugins. + ### reload Reloads a data or configuration file from `$data_dir`. This is useful if you manually edit a data or configuration file and you want PBot to know about the