Slight help update.

This commit is contained in:
Jeremy Fincher 2004-09-10 06:25:38 +00:00
parent ff957f8952
commit 5589ffdea3
1 changed files with 1 additions and 1 deletions

View File

@ -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."""))