I had to move one of my bots from my gentoo machine to my fedora machine.
First off I got that phpaokex stuff error, that works now..
but now im getting this spammed in the bot console all the time
PHP Notice: Undefined variable: gi in /home/bot/my/AOChat.php on line 435
function lookup_group($g, $type=0)
{
if($type && ($gi = (strlen($g) === 5 && ord($g[0]) < 0x10)))
return $g;
if(!$gi)
$g = strtolower($g);
return empty($this->gid[$g]) ? false : $this->gid[$g];
}
thats the gi ref I can find in aochat.php...