On Fri, Dec 26, 2003 at 05:46:55PM +0100, Christian Wilmes wrote: > > Did any of you tried POE::Component::IRC in the last week? It suddenly > stops working. All my programms based on this module hang up with this > message: > Couldn't connect to server: connect error 111: Connection refused
Good morning! Writing bots and agents is one of my hobbies. I almost always have at least one POE::Component::IRC program running, and I haven't had any problems with it or I'd have sent the author a patch by now. :) "Connection refused" usually indicates network issues. Have you diagnosed your network path to the IRC server? Have you verified that the server accepts connections from other clients? If so, examine the software you've upgraded or changed in the past week. The vast majority of bugs don't appear spontaneously. -- Rocco Caputo - [EMAIL PROTECTED] - http://poe.perl.org/
