On Sat, Aug 03, 2002 at 04:20:18PM +0200, Bruno Boettcher wrote:

> funny enough the given wrappers implement more or less what i already
> forgrammed, and they don't seem to solve the multiserver clashing of
> the POE::IRC module (at least my testscript copletely looses track
> when connected to 2 servers...)

        I must confess that I'm not sure what the issue here is. You'll
need two POE::Component::IRC sessions, one for each server, and you can
use the $_[SENDER] field of the states they send to see which server a
given event came from. All channel-specific events have an argument
containing the name of the channel they were generated on. This should
be enough to pinpoint any given event to a server/channel combination,
right?

_________________________________________________________________________
Dennis Taylor           "Anyone whose days are all the same and free from
[EMAIL PROTECTED]    want inhabits eternity of a sort."  - Peter Hoeg
_________________________________________________________________________
   PGP Fingerprint: A40B 4A41 F140 9196 C598  B096 5324 F39E 42F9 9A11

Reply via email to