OK, here goes.
I have tried example2.php after editing the IRC server (quakenet) and the channel to my own.
The bot is running and is in the channel and responds to test said in the channel with the I DONT LIKE TESTs message, however, I have closed Inet Explorer which was running example2.php but the BOT is still in the channel!!!
How do I get it to QUIT and disconnect???
I have tried loading example2.php again but get a NICK ALREADY IN USE error and it connects with NICK of Net_S368. This time I added a $irc->quit() so when test is said the bot quits.
I'm at my wits end!! Am i stuffed, is the bot going to be in the channel always?! LOL
I have searched through the Docs and HOWTO and Readme.
Thanks in advance!!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
OK, here goes.
I have tried example2.php after editing the IRC server (quakenet) and the channel to my own.
The bot is running and is in the channel and responds to test said in the channel with the I DONT LIKE TESTs message, however, I have closed Inet Explorer which was running example2.php but the BOT is still in the channel!!!
How do I get it to QUIT and disconnect???
I have tried loading example2.php again but get a NICK ALREADY IN USE error and it connects with NICK of Net_S368. This time I added a $irc->quit() so when test is said the bot quits.
I'm at my wits end!! Am i stuffed, is the bot going to be in the channel always?! LOL
I have searched through the Docs and HOWTO and Readme.
Thanks in advance!!!
You're not suposed to run bots from IE,
Run em from a console.
To exit the ones already running restart apache.
how to run from console???
restart apache == bot is online. why?