From 08b4359be002bed2fa2f4b336e97bd356f7f6f5e Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 18 Feb 2005 18:41:38 +0000 Subject: [PATCH] Fix for bug #1143733. --- src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.py b/src/conf.py index 6ec5a92ea..ba8b3bcfc 100644 --- a/src/conf.py +++ b/src/conf.py @@ -352,7 +352,7 @@ registerChannelValue(supybot.reply.error, 'inPrivate', registry.Boolean(False, """Determines whether the bot will send error messages to users in private. You might want to do this in order to keep channel traffic to minimum. This can be used in combination with - supybot.reply.errorWithNotice.""")) + supybot.reply.error.withNotice.""")) registerChannelValue(supybot.reply.error, 'withNotice', registry.Boolean(False, """Determines whether the bot will send error messages to users via NOTICE instead of PRIVMSG. You might want to do this