internal ServerInfo(ServerConnection creatorsServerConnection, Connection parent) : base(creatorsServerConnection) { cmc = new ChannelModesContainer(creatorsServerConnection); ct = new ChannelTypes(creatorsServerConnection, parent); }