From 59c4dab68476acbd2ac28518327c6ba5d8d6778d Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 12 Jan 2005 02:48:24 +0000 Subject: [PATCH] Extra help can't hurt. --- src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.py b/src/conf.py index 6b9e153c2..8fc110b3c 100644 --- a/src/conf.py +++ b/src/conf.py @@ -935,7 +935,7 @@ registerGlobalValue(supybot.protocols.http, 'peekSize', registerGlobalValue(supybot.protocols.http, 'proxy', registry.String('', """Determines what proxy all HTTP requests should go - through.""")) + through. The value should be of the form 'host:port'.""")) ###