Exemplo n.º 1
0
 public void RfcMotd(string target)
 {
     WriteLine(Rfc2812.Motd(target));
 }
Exemplo n.º 2
0
 public void RfcMotd()
 {
     WriteLine(Rfc2812.Motd());
 }