mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-23 04:19:27 +01:00
README.md: improvements
This commit is contained in:
parent
ab4c6e7173
commit
ebbd1442ea
@ -80,12 +80,11 @@ For more information, see the [Registry documentation.](doc/Registry.md)
|
|||||||
|
|
||||||
### Reload core modules without disconnecting
|
### Reload core modules without disconnecting
|
||||||
Suppose you edit some PBot source file, be it a core file such as PBot/Factoids.pm or
|
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
|
Not PBot! Rather than shut PBot down and restart it, you can simply use the [`refresh`](doc/Admin.md#refresh)
|
||||||
to see the modifications. Not PBot! Rather than shut PBot down and restart it, you
|
command to reload all modified PBot core files and Plugins.
|
||||||
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
|
You can also use the [`reload`](doc/Admin.md#reload) command to reload any modified
|
||||||
configuration or data files in your configured data-directory.
|
configuration or data files in your configured data-directory.
|
||||||
|
Loading…
Reference in New Issue
Block a user