add missing show/motd command
[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);