ON *:TEXT:.dns *:*:{
.dns $2
.set %bot_dns_nick $nick
.enable bot_dns
}

#bot_dns off
ON *:DNS:{
.notice %bot_dns_nick $dns(1)
.unset %bot_dns_nick
.disable bot_dns
}
#bot_dns end