예제 #1
0
 public void RfcPrivmsg(string destination, string message)
 {
     WriteLine(Rfc2812.Privmsg(destination, message));
 }