add missing show/motd command

This commit is contained in:
Dirk Koopman 2008-12-29 22:00:08 +00:00
parent 0efcf0d784
commit 3bbdbaf825
2 changed files with 10 additions and 1 deletions

9
cmd/show/motd.pl Normal file
View File

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

View File

@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
$version = '1.55';
$subversion = '0';
$build = '35';
$build = '36';
1;