PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Networking » Net_IRC » Bug #1685

Error on server disconnect

Details

Submitted2004-06-20 11:47 UTC
FromSniperBeamer at web dot de
StatusSuspended
PackageNet_IRC
PHP Version4.3.7
OSWindows XP
Roadmaps(Not assigned)

Comments

[2004-06-20 11:47 UTC] SniperBeamer at web dot de

Description:
------------
When the server shuts down I get this infinity times:
0:11:25:54 Read Disconnected
0:11:25:54 Calling callback Net_IRC_Event::event_error
0:11:25:54 Error ocurred (, , , )
0:11:25:54 Calling callback irc_disconnect

I use Net_IRC 0.0.7.

Expected result:
----------------
It should try to reconnect after a specific amount of seconds.

[2004-06-20 13:09 UTC] cox at idecnet dot com

This class is no longer maintained, I'd recommend you to use Net_SmartIRC instead.

Anyway, if you send patches (diff -u) against the latest CVS version, I'll commit them.

Tomas V.V.Cox