flashget43的源代码
一个比较常用的下载程序
源代码在线查看: dounteachbot.php
if($GLOBALS['fc_config']['bot']->unteach($userName, $args))
{
$txt = "Bot '$userName' is untaught succesfully. $args";
$this->sendToUser(null, new Message('msg', $this->userid, $GLOBALS['fc_config']['liveSupportMode']?$this->roomid:null, $txt, $this->color));
}
else
{
$txt = "Bot '$userName' is not untaught.";
$this->sendToUser(null, new Message('msg', $this->userid, $GLOBALS['fc_config']['liveSupportMode']?$this->roomid:null, $txt, $this->color));
}
?>