on *:DNS: {
echo 12 -a *** Looking up $address
if ($raddress == $nul) {
echo 4 -a *** Unable to resolve $address
}
else {
echo 12 -a *** Resolved $address to $raddress
}
}

I'm not using "haltdef" since it doesn't stop "Looking up $address" to show up in the status window.

Therefore the default reply will still show up in the status window while the script will show up in the active window.