
Bot::Cobalt::Plugin::Extras::DNS - Issue DNS queries from IRC

!dns www.cobaltirc.org ## Same as: !nslookup www.cobaltirc.org ## Optionally specify a type: !dns irc.cobaltirc.org aaaa ## Convert an IPv4 address to its hexadecimal representation: !iptohex 127.0.0.1 ## Reverse of above: !hextoip 7f000001

A Cobalt plugin providing DNS query results on IRC.
Uses POE::Component::Client::DNS for asynchronous lookups.
Also performs some rudimentary address manipulation.

Jon Portnoy <avenj@cobaltirc.org>