public void RfcMotd(string target) { WriteLine(Rfc2812.Motd(target)); }
public void RfcMotd() { WriteLine(Rfc2812.Motd()); }