add missing show/motd command
[spider.git] / cmd / show / motd.pl
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);