mIRC Homepage
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
Posted By: greeny Re: simple mistake in the /firewall command - 06/11/05 01:33 PM
Working like intended:

/firewall [-cmN[+|-]d] [on|off] <server> <port> <userid> <password>
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-
}
© mIRC Discussion Forums