Exemplo n.º 1
0
 protected void RefetchChannel()
 {
     if (this.IrcChannel == null)
     {
         this.IrcChannel = this.PrimaryInstance.Network.GetChannel(this.Name);
     }
 }
Exemplo n.º 2
0
 protected void RefetchChannel()
 {
     if (this.IrcChannel == null)
         this.IrcChannel = this.PrimaryInstance.Network.GetChannel(this.Name);
 }
Exemplo n.º 3
0
 public void RefetchChannel()
 {
     if (this.IrcChannel == null)
     {
         this.IrcChannel = this.PrimaryInstance.Network.GetChannel(this.Name);
     }
 }