mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-25 20:41:18 -05:00
Explicit that 'requireCapability' can be empty
This commit is contained in:
parent
df45a61f52
commit
64acad0d0b
@ -66,6 +66,7 @@ conf.registerChannelValue(Channel, 'partMsg',
|
||||
conf.registerGroup(Channel, 'invite')
|
||||
conf.registerChannelValue(Channel.invite, 'requireCapability',
|
||||
registry.String('op', _("""Determines what capability (if any) the bot should
|
||||
require people trying to use the 'invite' command to have.""")))
|
||||
require people trying to use the 'invite' command to have.
|
||||
Leave empty to allow anyone to use it.""")))
|
||||
|
||||
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79:
|
||||
|
Loading…
x
Reference in New Issue
Block a user