mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Slight help update.
This commit is contained in:
parent
ff957f8952
commit
5589ffdea3
@ -65,7 +65,7 @@ def configure(advanced):
|
|||||||
conf.registerPlugin('Later')
|
conf.registerPlugin('Later')
|
||||||
conf.registerGlobalValue(conf.supybot.plugins.Later, 'maximum',
|
conf.registerGlobalValue(conf.supybot.plugins.Later, 'maximum',
|
||||||
registry.NonNegativeInteger(0, """Determines the maximum number of messages
|
registry.NonNegativeInteger(0, """Determines the maximum number of messages
|
||||||
to be queued for a user. If it's 0, there is no maximum."""))
|
to be queued for a user. If this value is 0, there is no maximum."""))
|
||||||
conf.registerGlobalValue(conf.supybot.plugins.Later, 'private',
|
conf.registerGlobalValue(conf.supybot.plugins.Later, 'private',
|
||||||
registry.Boolean(False, """Determines whether users will be notified in the
|
registry.Boolean(False, """Determines whether users will be notified in the
|
||||||
first place in which they're seen, or in private."""))
|
first place in which they're seen, or in private."""))
|
||||||
|
Loading…
Reference in New Issue
Block a user