flashget43的源代码 一个比较常用的下载程序

源代码在线查看: dounteachbot.php

软件大小: 3082 K
上传用户: a1a1J0
关键词: flashget 43 源代码 比较
下载地址: 免注册下载 普通下载 VIP

相关代码

									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));
					}
				?>			

相关资源