From ccc507d164cdfba889922c2d92ddf47beb1eef66 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 27 Sep 2020 15:26:24 +0200 Subject: [PATCH] security: add an item to hide the bot version. --- use/security.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/use/security.rst b/use/security.rst index 424c406..9a58ea0 100755 --- a/use/security.rst +++ b/use/security.rst @@ -155,6 +155,9 @@ Again, if this is undesirable to you, you can do the following: ``defaultcapability add -misc.list``, ``defaultcapability add -misc.apropos``, and ``defaultcapability add -plugin`` +* Hide the version from users: ``defaultcapability add -misc.version``, + and also make sure it's not in ``supybot.user`` or + ``supybot.plugins.Owner.quitMsg``. * Hide capabilities users are missing to run a command: ``supybot.reply.error.noCapability`` * Replace errors with a generic reply: ``supybot.reply.error.detailed``