mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
src/conf.py: Don't use a NormalizedString for supybot.replies.possibleBug since it breaks up the URL.
This commit is contained in:
parent
5d954f79fe
commit
f91318e8f1
@ -531,8 +531,8 @@ registerChannelValue(supybot.replies, 'requiresPrivacy',
|
|||||||
try to do things in a channel that really should be done in private."""))
|
try to do things in a channel that really should be done in private."""))
|
||||||
|
|
||||||
registerChannelValue(supybot.replies, 'possibleBug',
|
registerChannelValue(supybot.replies, 'possibleBug',
|
||||||
registry.NormalizedString("""This may
|
registry.String("""This may be a bug. If you think it is, please file a
|
||||||
be a bug. If you think it is, please file a bug report at
|
bug report at
|
||||||
<http://sourceforge.net/tracker/?func=add&group_id=58965&atid=489447>.""",
|
<http://sourceforge.net/tracker/?func=add&group_id=58965&atid=489447>.""",
|
||||||
"""Determines what message the bot sends when it thinks you've encountered
|
"""Determines what message the bot sends when it thinks you've encountered
|
||||||
a bug that the developers don't know about."""))
|
a bug that the developers don't know about."""))
|
||||||
|
Loading…
Reference in New Issue
Block a user