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