minor script fix

This commit is contained in:
Sascha Leib
2025-09-06 16:27:10 +02:00
parent 5526d62971
commit fa1532fc19

View File

@@ -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;