Can somebody tell me how to handle with connection timeouts with Net::IRC?
I've got a looping irc-client with $irc->start();
But when i get a connection timeout (ping timeout) i don't get a disconnect-event and the mainloop just loops on..
How can reconnect on such a timeout-disconnect?
thanks