public void RfcPrivmsg(string destination, string message) { WriteLine(Rfc2812.Privmsg(destination, message)); }