mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 11:59:43 +01:00
doc/FAQ.md: minor fixes
This commit is contained in:
parent
343b065461
commit
468eedca2d
@ -2,7 +2,7 @@
|
|||||||
This is a work in progress. More questions coming soon!
|
This is a work in progress. More questions coming soon!
|
||||||
|
|
||||||
<!-- md-toc-begin -->
|
<!-- md-toc-begin -->
|
||||||
* [When I type `!version` it says new version available?](#when-i-type-version-it-says-new-version-available)
|
* [When I type `!version` it say "new version available"?](#when-i-type-version-it-say-new-version-available)
|
||||||
* [How do I change the bot trigger?](#how-do-i-change-the-bot-trigger)
|
* [How do I change the bot trigger?](#how-do-i-change-the-bot-trigger)
|
||||||
* [How do I whitelist a user?](#how-do-i-whitelist-a-user)
|
* [How do I whitelist a user?](#how-do-i-whitelist-a-user)
|
||||||
* [How do I change how the bot outputs multi-line messages?](#how-do-i-change-how-the-bot-outputs-multi-line-messages)
|
* [How do I change how the bot outputs multi-line messages?](#how-do-i-change-how-the-bot-outputs-multi-line-messages)
|
||||||
@ -12,10 +12,9 @@ This is a work in progress. More questions coming soon!
|
|||||||
* [How do I make PBot remember my `weather` location?](#how-do-i-make-pbot-remember-my-weather-location)
|
* [How do I make PBot remember my `weather` location?](#how-do-i-make-pbot-remember-my-weather-location)
|
||||||
<!-- md-toc-end -->
|
<!-- md-toc-end -->
|
||||||
|
|
||||||
## When I type `!version` it says "new version available"?
|
## When I type `!version` it say "new version available"?
|
||||||
The PBot [`version`](Commands.md#version) command checks PBot's VERSION.pm file on GitHub
|
The PBot [`version`](Commands.md#version) command checks PBot's version information on GitHub.
|
||||||
to see if it contains a higher version value. The command caches the version result and
|
The command caches and reuses this version result for 5 minutes before issuing another GitHub version check.
|
||||||
sends out an HTTP GET request only if at least 5 minutes have elapsed since the last HTTP GET.
|
|
||||||
|
|
||||||
You can live-update PBot without shutting it down. None of your files in your custom
|
You can live-update PBot without shutting it down. None of your files in your custom
|
||||||
data-directories will be touched unless that update includes a migration script in the
|
data-directories will be touched unless that update includes a migration script in the
|
||||||
|
Loading…
Reference in New Issue
Block a user