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