Skip Menu |

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

Report information
The Basics
Id: 47984
Status: resolved
Priority: 0/
Queue: POE-Component-IRC

People
Owner: Nobody in particular
Requestors: neil.stott [...] blueyonder.co.uk
Cc:
AdminCc:

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



I suspect that the below should be S_chan_sync as i could not find any reference to join_sync in the other modules lib/POE/Component/IRC/Plugin/AutoJoin.pm 44: $irc->plugin_register($self, 'SERVER', qw(001 004 474 isupport chan_mode join_sync kick part)); 107:sub S_join_sync {
Ah, good catch. Thank you. The result of this bug is that AutoJoin won't remember passwords for joined channels that were not passed in the constructor. I will fix this soon and add a test for it. The changes will be present in the next release.