static boolean hasBot(S searchPattern) ctex { DialogIO io = findBot(searchPattern); if (io != null) { io.close(); ret true; } else ret false; }