From 29778f5ada9c73c020624a8b3b80c8031deb46f4 Mon Sep 17 00:00:00 2001 From: James Vega Date: Wed, 9 May 2007 01:03:28 +0000 Subject: [PATCH] Fix the registry type for supybot.replies.possibleBug. --- src/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conf.py b/src/conf.py index f176147ae..a7f220ff8 100644 --- a/src/conf.py +++ b/src/conf.py @@ -531,8 +531,8 @@ registerChannelValue(supybot.replies, 'requiresPrivacy', try to do things in a channel that really should be done in private.""")) registerChannelValue(supybot.replies, 'possibleBug', - registry.String("""This may be a bug. If you think it is, please file a - bug report at + registry.NormalizedString("""This may be a bug. If you think it is, please + file a bug report at .""", """Determines what message the bot sends when it thinks you've encountered a bug that the developers don't know about."""))