mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-05 18:49:23 +01:00
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:
parent
a7216d290f
commit
1952dae6f7
@ -563,7 +563,7 @@ registerChannelValue(supybot.reply.error, 'withNotice',
|
||||
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
|
||||
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.""")))
|
||||
registerChannelValue(supybot.reply.error, 'noCapability',
|
||||
registry.Boolean(False, _("""Determines whether the bot will *not* provide
|
||||
|
Loading…
Reference in New Issue
Block a user