Add supybot.reply.error.detailed to hardening options

This commit is contained in:
Valentin Lorentz 2020-05-13 21:01:07 +02:00
parent c537a0bf93
commit f6f39ec02e

View File

@ -157,3 +157,8 @@ Again, if this is undesirable to you, you can do the following:
``defaultcapability add -plugin``
* Hide capabilities users are missing to run a command:
``supybot.reply.error.noCapability``
* Replace errors with a generic reply: ``supybot.reply.error.detailed``
Note that, when asking for help involving an error, you should enable verbose
errors when providing logs (ie. reset these last values to their default),
so it is easier to help you diagnose your problems.