Quote:
Originally Posted by Jenta
Use irc.uk....
The server name you would use something like "Quaknet" then for server address something like "irc.quakenet.net".
For your errors, try adding this to the end of includes/cron/ircmanager.php
PHP Code:
log_cron_action('IRC Stats Updated', $nextitem);
|
I've added the code ... the bottom lines of ircmanager.php now look like this.... BUT i still get the same error as before :-(
Code:
}
function parse_topic($data)
{
$channel=array();
$p=explode(' ',$data,5);
$p[3]=strtolower($p[3]);
$p[4]=preg_replace('/^\s*\:/','',$p[4]);
$channel[$p[3]]=wordwrap($p[4], 150, "<br/>");
return $channel;
}
log_cron_action('IRC Stats Updated', $nextitem);
?>
any further help appreciated