diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-20 22:12:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-20 22:12:18 +0000 |
commit | df1cac78453b8d7a47d43182e42406d234554f5c (patch) | |
tree | f663173a5efb7c28b4c00fc4fcd6fd8edb45c7dc /irc/Makefile | |
parent | 564d3c266b93e55f7a8bf09672c4be6cb26c4c32 (diff) | |
download | ports-df1cac78453b8d7a47d43182e42406d234554f5c.tar.gz ports-df1cac78453b8d7a47d43182e42406d234554f5c.zip |
POE::Component::IRC::Plugin::QueryDNS is a POE::Component::IRC plugin
that provides DNSBL query facilities to the channels it occupies and via
private messaging.
It uses POE::Component::Client::DNSBL to do non-blocking DNSBL queries.
By default the plugin attempts to use POE::Component::IRC's internal
PoCo-Client-DNS resolver object, but will spawn its own copy. You can
supply your own resolver object via the constructor
WWW: http://search.cpan.org/dist/POE-Component-IRC-Plugin-QueryDNSBL/
Notes
Notes:
svn path=/head/; revision=215414
Diffstat (limited to 'irc/Makefile')
-rw-r--r-- | irc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index 1e4b0ad1d895..a9187b29b017 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -84,6 +84,7 @@ SUBDIR += p5-POE-Component-IRC-Object SUBDIR += p5-POE-Component-IRC-Plugin-Bollocks SUBDIR += p5-POE-Component-IRC-Plugin-CoreList + SUBDIR += p5-POE-Component-IRC-Plugin-QueryDNSBL SUBDIR += p5-POE-Component-IRC-Plugin-RSS-Headlines SUBDIR += p5-POE-Component-Server-IRC SUBDIR += p5-POE-Filter-IRCD |