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.