src/conf.py: Don't use a NormalizedString for supybot.replies.possibleBug since it breaks up the URL.

This commit is contained in:
James Vega 2006-10-05 13:35:09 +00:00
parent 5d954f79fe
commit f91318e8f1
1 changed files with 2 additions and 2 deletions

View File

@ -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
<http://sourceforge.net/tracker/?func=add&group_id=58965&atid=489447>.""",
"""Determines what message the bot sends when it thinks you've encountered
a bug that the developers don't know about."""))