From a72926ad11a27744f919942e5f041c55cf97e8ad Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Thu, 10 Dec 2015 22:19:38 +0100 Subject: [PATCH] Fix another issue with the help string. --- src/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/conf.py b/src/conf.py index af346225f..8892994e2 100644 --- a/src/conf.py +++ b/src/conf.py @@ -456,7 +456,8 @@ registerChannelValue(supybot.reply.error, 'withNotice', supybot.reply.errorInPrivate so private errors don't open a query window in most IRC clients."""))) registerChannelValue(supybot.reply.error, 'noCapability', - registry.Boolean(False, _("""Determines whether the bot will *not* send an error + registry.Boolean(False, _("""Determines whether the bot will *not* provide + details in the error message to users who attempt to call a command for which they do not have the necessary capability. You may wish to make this True if you don't want users to understand the underlying security system preventing them from