protected void RefetchChannel() { if (this.IrcChannel == null) { this.IrcChannel = this.PrimaryInstance.Network.GetChannel(this.Name); } }
protected void RefetchChannel() { if (this.IrcChannel == null) this.IrcChannel = this.PrimaryInstance.Network.GetChannel(this.Name); }
public void RefetchChannel() { if (this.IrcChannel == null) { this.IrcChannel = this.PrimaryInstance.Network.GetChannel(this.Name); } }