Skip Menu |

This queue is for tickets about the Net-IRC CPAN distribution.

Report information
The Basics
Id: 31942
Status: new
Priority: 0/
Queue: Net-IRC

People
Owner: Nobody in particular
Requestors: jason [...] cougarcorp.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.