add missing show/motd command
authorDirk Koopman <djk@tobit.co.uk>
Mon, 29 Dec 2008 22:00:08 +0000 (22:00 +0000)
committerDirk Koopman <djk@tobit.co.uk>
Mon, 29 Dec 2008 22:00:08 +0000 (22:00 +0000)
cmd/show/motd.pl [new file with mode: 0644]
perl/Version.pm

diff --git a/cmd/show/motd.pl b/cmd/show/motd.pl
new file mode 100644 (file)
index 0000000..fa774a9
--- /dev/null
@@ -0,0 +1,9 @@
+#
+# send the motd for this user
+#
+
+my ($self, $line) = @_;
+
+$self->send_motd;
+
+return (1);
index 8063476699d2d4282010bb1883d891944719cb3d..7dd45ac2acd0e6f479f705f6c419bec011ad3e7a 100644 (file)
@@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
 
 $version = '1.55';
 $subversion = '0';
-$build = '35';
+$build = '36';
 
 1;