Ejemplo n.º 1
0
 public void RfcList(string[] channels)
 {
     WriteLine(Rfc2812.List(channels));
 }
Ejemplo n.º 2
0
 public void RfcList(string[] channels, string target)
 {
     WriteLine(Rfc2812.List(channels, target));
 }
Ejemplo n.º 3
0
 public void RfcList(string channel)
 {
     WriteLine(Rfc2812.List(channel));
 }