From fa3707ed66e59915414c3fdd50c6b15dfe7e67a2 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 25 May 2021 15:11:01 +0300 Subject: [PATCH] src/conf.py: add :port to explanation of networks.X.socksproxy --- src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.py b/src/conf.py index 0e416b218..3b713f069 100644 --- a/src/conf.py +++ b/src/conf.py @@ -427,7 +427,7 @@ def registerNetwork(name, password='', ssl=True, sasl_username='', _("""Determines whether the bot will abort the connection if the none of the enabled SASL mechanism succeeded."""))) registerGlobalValue(network, 'socksproxy', registry.String('', - _("""If not empty, determines the hostname of the socks proxy that + _("""If not empty, determines the hostname:port of the socks proxy that will be used to connect to this network."""))) return network