userAlt = new BotUser($uid); $this->user = new BotUser('IMified://'.strtr($_POST['user'], array('@' => '\\@')).'@'.strtolower($_POST['network']).'.imified.com/'.$_POST['botkey'].'?'.$_POST['channel']); $this->session = new BotSession($uid); $this->setText($_POST['msg']); } } ?>