21222324252627
private boolean connectionReady = false; private boolean hasConnected = false; protected IRC4J(IRC4JConfig config) { this.config = config; this.socketHandler = new SocketHandler(this, config.getSocketAddress()); }