Spartabot [2008-09-22 22:57:41] [ROSTER] [DEL] Deleting Innerectum removed
Fatal error: Call to undefined method Bot::query() in /home/ninpo/Spartabot/core/User.php on line 300
Looking at the above file:
$this -> bot -> query("UPDATE #___online SET status_gc = 0 WHERE botname = '".$this -> bot -> botname."' AND nickname = '".$name."'");
Modified to:
$this -> bot -> db -> query("UPDATE #___online SET status_gc = 0 WHERE botname = '".$this -> bot -> botname."' AND nickname = '".$name."'");
Resolves the issue, at least appears to.