From 296d44354fd686aca10340bde612612a187a4b38 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 16 Sep 2018 13:13:25 +0300 Subject: [PATCH] src/conf.py: clarify supybot.protocols.http.proxy --- src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.py b/src/conf.py index 100743d42..19f5b0711 100644 --- a/src/conf.py +++ b/src/conf.py @@ -1220,7 +1220,7 @@ class HttpProxy(registry.String): super(HttpProxy, self).setValue(v) registerGlobalValue(supybot.protocols.http, 'proxy', - HttpProxy('', _("""Determines what proxy all HTTP requests should go + HttpProxy('', _("""Determines what HTTP proxy all HTTP requests should go through. The value should be of the form 'host:port'."""))) utils.web.proxy = supybot.protocols.http.proxy