Exemple #1
0
 public void RfcMotd(string target)
 {
     WriteLine(Rfc2812.Motd(target));
 }
Exemple #2
0
 public void RfcMotd()
 {
     WriteLine(Rfc2812.Motd());
 }