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