51525354555657
final StringBuffer buf = new StringBuffer(authAndPath); buf.append("#").append(fragment); //$NON-NLS-1$ authAndPath = buf.toString(); } return new IRCConnectWizard(authAndPath); }