]> www.dxcluster.org Git - spider.git/blob - cmd/show/motd.pl
add vestigial WWV and WCY 'progress'
[spider.git] / cmd / show / motd.pl
1 #
2 # send the motd for this user
3 #
4
5 my ($self, $line) = @_;
6
7 $self->send_motd;
8
9 return (1);