mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Fix help string of supybot.reply.error.noCapability.
This commit is contained in:
parent
15d59d1153
commit
9351f1fba2
@ -456,7 +456,7 @@ registerChannelValue(supybot.reply.error, 'withNotice',
|
|||||||
supybot.reply.errorInPrivate so private errors don't open a query window
|
supybot.reply.errorInPrivate so private errors don't open a query window
|
||||||
in most IRC clients.""")))
|
in most IRC clients.""")))
|
||||||
registerChannelValue(supybot.reply.error, 'noCapability',
|
registerChannelValue(supybot.reply.error, 'noCapability',
|
||||||
registry.Boolean(False, _("""Determines whether the bot will send an error
|
registry.Boolean(False, _("""Determines whether the bot will *not* send an error
|
||||||
message to users who attempt to call a command for which they do not have
|
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
|
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
|
users to understand the underlying security system preventing them from
|
||||||
|
Loading…
Reference in New Issue
Block a user