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 #1669

Problem with ChiBot..

Details

Submitted2004-06-17 14:52 UTC
Fromthe dot ueabraham at laposte dot net
StatusSuspended
PackageNet_IRC
PHP Version5.0.0RC3 (Release Candidate 3)
OSWinXP
Roadmaps(Not assigned)

Comments

[2004-06-17 14:52 UTC] the dot ueabraham at laposte dot net

Description:
------------
I used ChiBot 3 or 4 times, and it doesnt work anymore (I didnt changed anything !).

Reproduce code:
---------------
its the ChiBot _original_ code ..

Expected result:
----------------
this should have work...

Actual result:
--------------
1:DH: tsunami.justirc.net : : ChiBot : End of /MOTD command.
0:16:52:03 Read Disconnected
0:16:52:03 Calling callback Net_IRC_Event::event_error
0:16:52:03 Error ocurred (, , , )
0:16:52:03 Calling callback discon

Warning: Missing argument 4 for discon() in D:\php\php5RC3\w\examples\ChiBot\ChiBot.php on line 49

Warning: Missing argument 5 for discon() in D:\php\php5RC3\w\examples\ChiBot\ChiBot.php on line 49

Warning: Missing argument 6 for discon() in D:\php\php5RC3\w\examples\ChiBot\ChiBot.php on line 49
0:16:52:03 Write Disconnected
0:16:52:03 Calling callback Net_IRC_Event::event_error
0:16:52:03 Error ocurred (, , , )
0:16:52:03 Calling callback discon

Warning: Missing argument 4 for discon() in D:\php\php5RC3\w\examples\ChiBot\ChiBot.php on line 49

Warning: Missing argument 5 for discon() in D:\php\php5RC3\w\examples\ChiBot\ChiBot.php on line 49

Warning: Missing argument 6 for discon() in D:\php\php5RC3\w\examples\ChiBot\ChiBot.php on line 49
0:16:52:03 Write Disconnected
0:16:52:03 Calling callback Net_IRC_Event::event_error
0:16:52:03 Error ocurred (, , , )
0:16:52:03 Calling callback discon

The 7 last lines repeat again and again...
It finishes by : >Exit code: 128

[2004-06-20 13:08 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