From fa1532fc19b1ff5d5fb8d82fad5d82ab5b596d30 Mon Sep 17 00:00:00 2001 From: Sascha Leib Date: Sat, 6 Sep 2025 16:27:10 +0200 Subject: [PATCH] minor script fix --- script.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script.js b/script.js index 3586f5b..d3350e4 100644 --- a/script.js +++ b/script.js @@ -525,6 +525,8 @@ BotMon.live = { // default is: not found! let botInfo = null; + if (!agent) return null; + // check for known bots: BotList.find(bot => { let r = false;