dostartbot.php
来自「flashget43的源代码 一个比较常用的下载程序」· PHP 代码 · 共 7 行
PHP
7 行
<?php
if(!$GLOBALS['fc_config']['bot']->login($login, $roomId, true))
{
$txt = "<b>Bot '$login' does not exist.</b>";
$this->sendToUser(null, new Message('msg', $this->userid, $GLOBALS['fc_config']['liveSupportMode']?$this->roomid:null, $txt, $this->color));
}
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?