mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
The default is not to limit the number of messages.
This commit is contained in:
parent
1f874cf918
commit
a4fdb02291
@ -60,7 +60,7 @@ def configure(advanced):
|
||||
|
||||
conf.registerPlugin('Later')
|
||||
conf.registerGlobalValue(conf.supybot.plugins.Later, 'maximum',
|
||||
registry.NonNegativeInteger(5, """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."""))
|
||||
|
||||
class Later(callbacks.Privmsg):
|
||||
|
Loading…
Reference in New Issue
Block a user