From f91318e8f1a1fe34d0a281c6f90ca2ffff2bd299 Mon Sep 17 00:00:00 2001 From: James Vega Date: Thu, 5 Oct 2006 13:35:09 +0000 Subject: [PATCH] src/conf.py: Don't use a NormalizedString for supybot.replies.possibleBug since it breaks up the URL. --- src/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conf.py b/src/conf.py index 2dd78443b..f176147ae 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.NormalizedString("""This may - be a bug. If you think it is, please file a bug report at + registry.String("""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."""))