mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 12:49:24 +01:00
src/conf.py: reword the config help for reply.oneToOne
.
Suggested by @monodemono on `#supybot`. **Comments wanted:** does this rewording make sense? If it doesn't, how could it be better?
This commit is contained in:
parent
7ffff22c6f
commit
ea0ba24e5c
@ -417,9 +417,9 @@ registerChannelValue(supybot.reply.mores, 'instant',
|
||||
|
||||
registerChannelValue(supybot.reply, 'oneToOne',
|
||||
registry.Boolean(True, _("""Determines whether the bot will send
|
||||
multi-message replies in a single message or in multiple messages. For
|
||||
safety purposes (so the bot is less likely to flood) it will normally send
|
||||
everything in a single message, using mores if necessary.""")))
|
||||
multi-message replies in a single message. This defaults to True
|
||||
in order to prevent the bot from flooding. If this is set to False
|
||||
the bot will send multi-message replies on multiple lines.""")))
|
||||
|
||||
registerChannelValue(supybot.reply, 'whenNotCommand',
|
||||
registry.Boolean(True, _("""Determines whether the bot will reply with an
|
||||
|
Loading…
Reference in New Issue
Block a user