if you ran it on a webserver (not very nice) and you want to stop it, restart the webserver... there is no other way... the bots should be ran as CGI or CLI not on a webserver...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
okay, i ran example.php on my server and now i cant get it to close... yikes.
if you ran it on a webserver (not very nice) and you want to stop it, restart the webserver... there is no other way... the bots should be ran as CGI or CLI not on a webserver...
oops heh
From other nobody :)
Can I use $irc->disconnect(); in function methods?
Like reaction on message !exit or something like that?
yes, but I think $irc->quit(); is more clean than $irc->disconnect();
those you can call from inside your actionhandlers, no problem...
also check this post:
http://sourceforge.net/forum/forum.php?thread_id=791426&forum_id=204500