On Wed, Feb 12, 2003 at 09:57:14AM +0100, graaf wrote:
> Hi,
> 
> is there anyone who could tell me how to create an irc bot with perl, 
> able to connect to IPv6 ircservers??
> 
> ( preferrable with PoCo::IRC )
> 
> I know how to connect to normap ip4 networks.. but i want to 'port' my 
> bot to be able to connect on the IPv6 network..

POE's SocketFactory supports IPv6 if two conditions are met:

  1. Install the Socket6 module.
  2. SocketFactory's SocketDomain parameter is set to AF_INET6.

PoCo::IRC (version 2.5 here) does not directly support the AF_INET6
socket domain, but I have heard of people successfully modifying the
component to do it.

-- Rocco Caputo - [EMAIL PROTECTED] - http://poe.perl.org/

Reply via email to