mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jul 2005
Posts: 51
P
Babel fish
OP Offline
Babel fish
P
Joined: Jul 2005
Posts: 51
I use mIRC 6.16

When I type /firewall -m4 on 68.47.99.68:32167
I have this message:

* Firewall is on Socks4 (68.47.99.68:32167 1080)

However, the port that I specified in 32167 ...
so I need to type /firewall -m4 on 68.47.99.68 32167

Could that be fixed so both cases work?

And btw, when I type /firewall off, just * Firewall is off is needed instead of * Firewall is off Socks4 (68.47.99.68:32167 1080) < this is only a suggestion :P


chadchoud @ DALnet
Joined: Dec 2002
Posts: 230
G
Fjord artisan
Offline
Fjord artisan
G
Joined: Dec 2002
Posts: 230
Working like intended:

/firewall [-cmN[+|-]d] [on|off] <server> <port> <userid> <password>

Joined: Dec 2002
Posts: 580
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 580
Wrote this on-the-fly and haven't tested it, but should work as long as the first and second arguments are always passed
[code]
alias firewall {
if (: isin $3) { tokenize 32 $1 $2 $replace($3, :, $chr(32)) $4- }
firewall $1-
}


NaquadaBomb
www.mirc-dll.com

Link Copied to Clipboard