doteachbot.php
来自「flashget43的源代码 一个比较常用的下载程序」· PHP 代码 · 共 12 行
PHP
12 行
<?php
if($GLOBALS['fc_config']['bot']->teach($userName, $args))
{
$txt = "<b>Bot '$userName' has been taught.</b> $args";
$this->sendToUser(null, new Message('msg', $this->userid, $GLOBALS['fc_config']['liveSupportMode']?$this->roomid:null, $txt, $this->color));
}
else
{
$txt = "<b>Bot '$userName' has not been taught.</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 + -
显示快捷键?