Subject: | default handler masks all specific handlers |
Date: | Thu, 27 Dec 2007 14:14:05 -0800 |
To: | bug-Net-IRC [...] rt.cpan.org |
From: | Jason Ahrens <jason [...] cougarcorp.net> |
With v. 0.75 (w/ perl 5.8), it appears that adding a default handler
with add_default_handler causes Net::IRC to mask all handlers added with
add_handler and add_global_handler, regardless on the setting of $rp.
I have tried setting $rp to all of 0, 1, and 2. I have tried putting
add_default_handler above and below all other handler additions (just to
be sure) and in all cases, it appears that when there is a default
handler created with add_default_handler, it takes over all events and
never lets the other handlers have a turn.