From 5589ffdea30fbdd40faab5d69c3cddd75c0ded02 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 10 Sep 2004 06:25:38 +0000 Subject: [PATCH] Slight help update. --- plugins/Later.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Later.py b/plugins/Later.py index 15cfc6c71..7a9eb53c1 100644 --- a/plugins/Later.py +++ b/plugins/Later.py @@ -65,7 +65,7 @@ def configure(advanced): conf.registerPlugin('Later') conf.registerGlobalValue(conf.supybot.plugins.Later, 'maximum', 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', registry.Boolean(False, """Determines whether users will be notified in the first place in which they're seen, or in private."""))