From 1952dae6f7b9ed14231d86bda5ca23f874f231ae Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 26 Jun 2021 01:43:26 +0300 Subject: [PATCH] src/conf.py: fix typo in supybot.reply.error.withNotice Co-authored-by: MetaNova Co-authored-by: Val Lorentz --- src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.py b/src/conf.py index 3c1df8e3e..a384a4b0c 100644 --- a/src/conf.py +++ b/src/conf.py @@ -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