how is the format to connect mirc socket to irc through socks4?
i know, it must be ...

+----+----+----+----+----+----+----+----+----+----+....+----+
| VN | CD | DSTPORT | DSTIP | USERID |NULL|
+----+----+----+----+----+----+----+----+----+----+....+----+

where VN is the socks version, also 4
and CD is 1, socks command code for connect request
but, how with DSTPORT and DSTIP?
is it have the same format like other? also 6667 for DSTPORT and 127.0.0.1 for DSTIP?

but it doesn't help me.
anybody have an example remote or script, how to connect socket through socks4?
i also looked for example to connect through socks5 with sockets

thanks for your help guys


Charlie