X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fmotd.pl;fp=cmd%2Fshow%2Fmotd.pl;h=fa774a9c5be42ca121901bfbe3bb72e1e2ec323c;hb=3bbdbaf825f28e2ee9a39b1773294203f899f8c7;hp=0000000000000000000000000000000000000000;hpb=0efcf0d784c8cdaf1af6ab1db5e23715e5b1476d;p=spider.git diff --git a/cmd/show/motd.pl b/cmd/show/motd.pl new file mode 100644 index 00000000..fa774a9c --- /dev/null +++ b/cmd/show/motd.pl @@ -0,0 +1,9 @@ +# +# send the motd for this user +# + +my ($self, $line) = @_; + +$self->send_motd; + +return (1);