From f6f39ec02ec1e1ee620e8f247f081554729dff25 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 13 May 2020 21:01:07 +0200 Subject: [PATCH] Add supybot.reply.error.detailed to hardening options --- use/security.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/use/security.rst b/use/security.rst index 82ea3d0..424c406 100755 --- a/use/security.rst +++ b/use/security.rst @@ -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.