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;