Skip Menu |

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

Report information
The Basics
Id: 32029
Status: resolved
Worked: 30 min
Priority: 0/
Queue: POE-Component-IRC

People
Owner: BINGOS [...] cpan.org
Requestors: hinrik.sig [...] gmail.com
Cc:
AdminCc:

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



Subject: Incorrect treatment of PART messages
PoCo-IRC does not support PART messages. In fact, it treats the PART message as another channel name which it tries to part too. Some debug output: PART #chan1 :Leaving Show quoted text
>>> PART #chan1,Leaving
->:Someone!n=test@pool-72-65-130-180.chrlwv.east.verizon.net PART #chan1 : ->:kubrick.freenode.net 403 Someone Leaving :That channel doesn't exist RFC 2812 section 3.2.2 describes the format of the PART command as follows: Command: PART Parameters: <channel> *( "," <channel> ) [ <Part Message> ] I'm using POE::Component::IRC version 5.42 and Perl 5.8.8.
Fixed in 5.44. Shipped to CPAN. Many thanks.