Hello, I was wondering if its possible to make a /dns snippet that reply the result on the active window, not in the status window. I tried this:
Quote:
on *:DNS: {
if (!$raddress) { .echo -a Unable to resolve DNS for: $naddress | halt }
else { .echo -a DNS For: $naddress | .echo -a IP Number: $iaddress | halt }
}

but the problem it, it still shows one line in the status window:
Quote:
Dns resolving *IP*

Can i make that line show in the active window, or don't even show ?
Thank you for your time. smile


“Reality is wrong. Dreams are for real.”