mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +01:00
Fix for bug #1143733.
This commit is contained in:
parent
06feea3ae7
commit
08b4359be0
@ -352,7 +352,7 @@ registerChannelValue(supybot.reply.error, 'inPrivate',
|
|||||||
registry.Boolean(False, """Determines whether the bot will send error
|
registry.Boolean(False, """Determines whether the bot will send error
|
||||||
messages to users in private. You might want to do this in order to keep
|
messages to users in private. You might want to do this in order to keep
|
||||||
channel traffic to minimum. This can be used in combination with
|
channel traffic to minimum. This can be used in combination with
|
||||||
supybot.reply.errorWithNotice."""))
|
supybot.reply.error.withNotice."""))
|
||||||
registerChannelValue(supybot.reply.error, 'withNotice',
|
registerChannelValue(supybot.reply.error, 'withNotice',
|
||||||
registry.Boolean(False, """Determines whether the bot will send error
|
registry.Boolean(False, """Determines whether the bot will send error
|
||||||
messages to users via NOTICE instead of PRIVMSG. You might want to do this
|
messages to users via NOTICE instead of PRIVMSG. You might want to do this
|
||||||
|
Loading…
x
Reference in New Issue
Block a user