mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +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."""))
|
||||
|
||||
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."""))
|
||||
|
Loading…
Reference in New Issue
Block a user