Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: wishingwellwellwishing [...] hotmail.com
Cc:
AdminCc:

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



Subject: irc_chan_sync bug
Date: Fri, 31 Dec 2010 18:40:33 -0700
To: <bug-poe-component-irc [...] rt.cpan.org>
From: Ben Rhonda <wishingwellwellwishing [...] hotmail.com>
For some reason, irc_chan_sync isn't being called on Freenode. I don't know why - it might not be POE::Component::IRC's fault, but I highly doubt it. Code: https://github.com/zigdon/xkcd-Bucket/raw/master/bucket.pl
Subject: Re: [rt.cpan.org #64374] irc_chan_sync bug
Date: Thu, 13 Jan 2011 22:51:16 +0000
To: Ben Rhonda via RT <bug-POE-Component-IRC [...] rt.cpan.org>
From: "Chris 'BinGOs' Williams" <chris [...] bingosnet.co.uk>
On Fri, Dec 31, 2010 at 08:40:48PM -0500, Ben Rhonda via RT wrote: Show quoted text
> Fri Dec 31 20:40:48 2010: Request 64374 was acted upon. > Transaction: Ticket created by wishingwellwellwishing@hotmail.com > Queue: POE-Component-IRC > Subject: irc_chan_sync bug > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: wishingwellwellwishing@hotmail.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=64374 > > > > > For some reason, irc_chan_sync isn't being called on Freenode. I don't know why - it might not be POE::Component::IRC's fault, but I highly doubt it. > Code: https://github.com/zigdon/xkcd-Bucket/raw/master/bucket.pl >
Sorry took me a little while to get around to looking at this. I can't reproduce a problem with irc_chan_sync on Freenode using an amended version of the SYNOPSIS code from POE::Component::IRC docs. I got it to join #perl, #perl6 and one other channel on Freenode and got irc_chan_sync events for each channel. Cheers, -- Chris Williams aka BinGOs PGP ID 0x4658671F http://www.gumbynet.org.uk ==========================
Download (untitled)
application/pgp-signature 189b

Message body not shown because it is not plain text.

Subject: RE: [rt.cpan.org #64374] irc_chan_sync bug
Date: Mon, 17 Jan 2011 18:29:47 -0700
To: <bug-poe-component-irc [...] rt.cpan.org>
From: Ben Rhonda <wishingwellwellwishing [...] hotmail.com>
Hm, thats odd. It works fine for zigdon too. For some reason, for me, irc_chan_sync is never called, and it doesn't autojoin (because autojoin is in irc_chan_sync). I'll just move autojoin somewhere else, I suppose. I apologize for wasting your time. Show quoted text
> Subject: Re: [rt.cpan.org #64374] irc_chan_sync bug > From: bug-POE-Component-IRC@rt.cpan.org > To: wishingwellwellwishing@hotmail.com > Date: Thu, 13 Jan 2011 17:51:29 -0500 > > <URL: https://rt.cpan.org/Ticket/Display.html?id=64374 > > > On Fri, Dec 31, 2010 at 08:40:48PM -0500, Ben Rhonda via RT wrote:
> > Fri Dec 31 20:40:48 2010: Request 64374 was acted upon. > > Transaction: Ticket created by wishingwellwellwishing@hotmail.com > > Queue: POE-Component-IRC > > Subject: irc_chan_sync bug > > Broken in: (no value) > > Severity: (no value) > > Owner: Nobody > > Requestors: wishingwellwellwishing@hotmail.com > > Status: new > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=64374 > > > > > > > > > For some reason, irc_chan_sync isn't being called on Freenode. I don't know why - it might not be POE::Component::IRC's fault, but I highly doubt it. > > Code: https://github.com/zigdon/xkcd-Bucket/raw/master/bucket.pl > >
> > Sorry took me a little while to get around to looking at this. > > I can't reproduce a problem with irc_chan_sync on Freenode using an amended version of the SYNOPSIS > code from POE::Component::IRC docs. > > I got it to join #perl, #perl6 and one other channel on Freenode and got irc_chan_sync events for each channel. > > Cheers, > > -- > Chris Williams > aka BinGOs > PGP ID 0x4658671F > http://www.gumbynet.org.uk > ========================== >
I'd be interested in troubleshooting this issue with you if you're still experiencing it. I'm marking this issue as stalled in the meantime.
I'm chalking this one up to PEBKAC without further evidence. Feel free to reopen it. :)