Topic() public static method

public static Topic ( string channel ) : string
channel string
return string
Ejemplo n.º 1
0
 public void RfcTopic(string channel, Priority priority)
 {
     this.WriteLine(Rfc2812.Topic(channel), priority);
 }