The bot connects to the server fine, but it will not join the channel that I want it to join. I set my bot up almost exactly like the one in the HOWTO document.
It also gives me an error: Warning: array_key_exists(): The second argument should be either an array or an object in /home/user/programs/irctest/SmartIRC-0.5.5/SmartIRC.php on line 1942
What is wrong?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using PHP version 5.0.2.
The bot connects to the server fine, but it will not join the channel that I want it to join. I set my bot up almost exactly like the one in the HOWTO document.
It also gives me an error: Warning: array_key_exists(): The second argument should be either an array or an object in /home/user/programs/irctest/SmartIRC-0.5.5/SmartIRC.php on line 1942
What is wrong?
Net_SmartIRC 0.5.5p1 does not work with PHP5, get a CVS version of it, then it will work.
Will the next version of Net_SmartIRC work with PHP 5?
And when will it be released?
the next version which will be 0.5.6 will work with PHP5, that release targets bugfixes.
CVS version of Net_SmartIRC you get via cvs -d :pserver:cvsread@cvs.php.net:/repository checkout Net_SmartIRC
or via HTTP read:
http://sourceforge.net/forum/forum.php?thread_id=878187&forum_id=204500
By the way, where would I get a CVS version of that?