diff --git a/docs/proxy.txt b/docs/proxy.txt
index e6360a82..224d24e3 100644
--- a/docs/proxy.txt
+++ b/docs/proxy.txt
@@ -30,6 +30,18 @@ There we have 3 different irc networks answering in 3 ports. Note that
you'll have to make the correct /IRCNET ADD and /SERVER ADD commands to
make it work properly.
+The special network name "?" allows the client to select the network
+dynamically on connect:
+
+ /SET irssiproxy_ports ?=2777
+
+Now the client can send
The special network name ?
allows the client to select the
+network dynamically on connect (see below):
+/SET irssiproxy_ports ?=2777 ++
Usage in client side:
Just connect to the irssi proxy like it is a normal server with password
@@ -745,6 +752,16 @@ specified in /SET irssiproxy_password
. For example:
Or, if you used ?
in irssiproxy_ports
:
+/SERVER ADD -network IRCnet my.irssi-proxy.org 2777 IRCnet:secret +/SERVER ADD -network efnet my.irssi-proxy.org 2777 efnet:secret ++ +
I.e. the network to connect to is specified as part of the password,
+separated by :
from the actual proxy password.
Irssi proxy works fine with other IRC clients as well.
SOCKS