public IrcSocket(Irc parent) { this.parent = parent; }
public ChannelsGroup(IEnumerable <Channel> items, Irc irc) : base(items) { this.Irc = irc; }