src/conf.py: add :port to explanation of networks.X.socksproxy

This commit is contained in:
Aminda Suomalainen 2021-05-25 15:11:01 +03:00 committed by Valentin Lorentz
parent fd97f78f93
commit fa3707ed66
1 changed files with 1 additions and 1 deletions

View File

@ -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