mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Merge pull request #868 from GLolol/patch-1
Anonymous: fix help for allowPrivateTarget
This commit is contained in:
commit
cb73917a16
@ -56,9 +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 allow
|
registry.Boolean(False, _("""Determines whether the bot will allow the
|
||||||
"tell" command to be used. If this is true, the bot will allow people
|
"tell" command to be used. If true, the bot will allow the "tell"
|
||||||
"tell" command to send private messages to other users.""")))
|
command to send private 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