mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 04:02:46 +01:00
src/conf.py: add :port to explanation of networks.X.socksproxy
This commit is contained in:
parent
fd97f78f93
commit
fa3707ed66
@ -427,7 +427,7 @@ def registerNetwork(name, password='', ssl=True, sasl_username='',
|
|||||||
_("""Determines whether the bot will abort the connection if the
|
_("""Determines whether the bot will abort the connection if the
|
||||||
none of the enabled SASL mechanism succeeded.""")))
|
none of the enabled SASL mechanism succeeded.""")))
|
||||||
registerGlobalValue(network, 'socksproxy', registry.String('',
|
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.""")))
|
will be used to connect to this network.""")))
|
||||||
return network
|
return network
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user