src/conf.py: fix typo in supybot.reply.error.withNotice

Co-authored-by: MetaNova <MetaNova@users.noreply.github.com>
Co-authored-by: Val Lorentz <progval+github@progval.net>
This commit is contained in:
Aminda Suomalainen 2021-06-26 01:43:26 +03:00 committed by Val Lorentz
parent a7216d290f
commit 1952dae6f7
1 changed files with 1 additions and 1 deletions

View File

@ -563,7 +563,7 @@ registerChannelValue(supybot.reply.error, 'withNotice',
messages to users via NOTICE instead of PRIVMSG. You might want to do this messages to users via NOTICE instead of PRIVMSG. You might want to do this
so users can ignore NOTICEs from the bot and not have to see error so users can ignore NOTICEs from the bot and not have to see error
messages; or you might want to use it in combination with messages; or you might want to use it in combination with
supybot.reply.errorInPrivate so private errors don't open a query window supybot.reply.error.inPrivate 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 *not* provide registry.Boolean(False, _("""Determines whether the bot will *not* provide