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:
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:
Can i make that line show in the active window, or don't even show ?
Thank you for your time.