mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
Anonymous: fix config help for allowPrivateTarget
I am again unsure of my wordings, so if someone could check them, that would be nice.
This commit is contained in:
parent
7043e17fb0
commit
b44437bdbd
@ -56,10 +56,9 @@ conf.registerChannelValue(conf.supybot.plugins.Anonymous, 'requireCapability',
|
|||||||
registry.String('', _("""Determines what capability (if any) the bot should
|
registry.String('', _("""Determines what capability (if any) the bot should
|
||||||
require people trying to use this plugin to have.""")))
|
require people trying to use this plugin to have.""")))
|
||||||
conf.registerGlobalValue(conf.supybot.plugins.Anonymous, 'allowPrivateTarget',
|
conf.registerGlobalValue(conf.supybot.plugins.Anonymous, 'allowPrivateTarget',
|
||||||
registry.Boolean(False, _("""Determines whether the bot will require
|
registry.Boolean(False, _("""Determines whether the bot will allow
|
||||||
targets of the "say" command to be public (i.e., channels). If this is
|
"tell" command to be used. If this is true, the bot will allow people
|
||||||
True, the bot will allow people to use the "say" command to send private
|
"tell" command to send private messages to other users.""")))
|
||||||
messages to other users.""")))
|
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79:
|
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79:
|
||||||
|
Loading…
Reference in New Issue
Block a user