flashget43的源代码
一个比较常用的下载程序
源代码在线查看: doremovebot.php
$userId = $GLOBALS['fc_config']['bot']->logout($userName);
if($userId != null)
{
$GLOBALS['fc_config']['bot']->disconnectUser2Bot($userId);
$txt = "Bot '$userName' removed succesfully.";
$this->sendToUser(null, new Message('msg', $this->userid, $GLOBALS['fc_config']['liveSupportMode']?$this->roomid:null, $txt, $this->color));
}
else
{
$txt = "Bot '$userName' was not removed, or does not exist.";
$this->sendToUser(null, new Message('msg', $this->userid, $GLOBALS['fc_config']['liveSupportMode']?$this->roomid:null, $txt, $this->color));
}
?>