JOptionPane.showMessageDialog(null, reason, "Invalid Configuration", JOptionPane.ERROR_MESSAGE);
System.exit(1);
}
}
ChatQueue cq = new ChatQueue();
cq.start();
BNCSConnection primary = new BNCSConnection(cs, cq);
//Other plugins
ArrayList<EventHandler> pluginEHs = new ArrayList<EventHandler>();