コード例 #1
0
 public void RfcMotd(string target)
 {
     WriteLine(Rfc2812.Motd(target));
 }
コード例 #2
0
 public void RfcMotd()
 {
     WriteLine(Rfc2812.Motd());
 }