89101112131415161718
static mircBotThread mircBot; public static void main(String args[]) { try { mircBot= new mircBotThread(); mircBot.start(); } catch (Exception ex) { ex.printStackTrace();