4647484950515253545556
* A basic constructor * */ public IRC() { try { settings = new Settings(); } catch (ConfigurationParseException ex) { System.err.println(ex.getMessage()); System.exit(1); } networks = new ArrayList<Network>();