mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-04 08:59:23 +01:00
Changed replyPossibleBug to a channel value.
This commit is contained in:
parent
1f312044ae
commit
0784ad7246
11
src/conf.py
11
src/conf.py
@ -300,11 +300,12 @@ registerChannelValue(supybot.replies, 'requiresPrivacy',
|
|||||||
channel.""", """Determines what error messages the bot sends to people who
|
channel.""", """Determines what error messages the bot sends to people who
|
||||||
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."""))
|
||||||
|
|
||||||
supybot.replies.register('possibleBug', registry.NormalizedString("""This may
|
registerChannelValue(supybot.replies, 'possibleBug',
|
||||||
be a bug. If you think it is, please file a bug report at
|
registry.NormalizedString("""This may
|
||||||
<http://sourceforge.net/tracker/?func=add&group_id=58965&atid=489447>.""",
|
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
|
<http://sourceforge.net/tracker/?func=add&group_id=58965&atid=489447>.""",
|
||||||
bug that the developers don't know about."""))
|
"""Determines what message the bot sends when it thinks you've encountered
|
||||||
|
a bug that the developers don't know about."""))
|
||||||
###
|
###
|
||||||
# End supybot.replies.
|
# End supybot.replies.
|
||||||
###
|
###
|
||||||
|
Loading…
Reference in New Issue
Block a user