The default is not to limit the number of messages.

This commit is contained in:
Jeremy Fincher 2004-08-02 10:52:24 +00:00
parent 1f874cf918
commit a4fdb02291
1 changed files with 1 additions and 1 deletions

View File

@ -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):