userAlt->interface); } $_GET['to'] = $msg->userAlt->bot; $_GET['from'] = $msg->userAlt->uid; try { call_user_func(array($params[1], $params[2]), $msg->command, $msg->args); } catch(BotLegacyEnd $e) { } return GGapi::getResponse(); } } ?>