Searched refs:botInfo (Results 1 – 2 of 2) sorted by relevance
1279 let botInfo = null;1289 botInfo = { variable1304 if (!botInfo) {1307 …botInfo = {'id': ( botmatch[1] || "other_" ), 'n': "Other" + ( botmatch[1] ? " (" + botmatch[1] + … variable1312 return botInfo;2090 botList.forEach( (botInfo) => {2092 … bli.appendChild(makeElement('span', {'class': 'has_icon bot bot_' + botInfo.id }, botInfo.name));2093 bli.appendChild(makeElement('span', {'class': 'count' }, botInfo.count || kNoData));
75 $botInfo = $dd->getBot();