spider/cmd/show/motd.pl
2008-12-29 22:00:08 +00:00

10 lines
91 B
Perl

#
# send the motd for this user
#
my ($self, $line) = @_;
$self->send_motd;
return (1);