From 219edc91de9efa919dfa56330c47f917124ff376 Mon Sep 17 00:00:00 2001 From: Qian <119576779+Qian23333@users.noreply.github.com> Date: Tue, 9 Sep 2025 02:47:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=99=E4=B8=BB=E4=BA=BA=E5=8F=91?= =?UTF-8?q?=E9=80=81=E6=B6=88=E6=81=AF=E7=9A=84=E6=97=B6=E5=80=99=E8=B7=B3?= =?UTF-8?q?=E8=BF=87stdin=20(#148)=20fix=20#147?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/update.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/update.js b/apps/update.js index 590a67e..3e62361 100644 --- a/apps/update.js +++ b/apps/update.js @@ -75,6 +75,7 @@ export class update extends plugin { } catch (err) {} const masters = config.masterQQ; for (const master of masters) { + if (master.toString() == 'stdin') continue; if (master.toString().length > 11) continue; await Bot.pickFriend(master).sendMsg(msg); break;