a mostly working send message implementation
[spider.git] / cmd / sb.pl
diff --git a/cmd/sb.pl b/cmd/sb.pl
new file mode 100644 (file)
index 0000000..c228037
--- /dev/null
+++ b/cmd/sb.pl
@@ -0,0 +1,11 @@
+#
+# synonym for send or SP send private
+#
+# Copyright (c) 1998 Dirk Koopman G1TLH
+#
+# $Id$
+#
+
+my $ref = DXCommandmode::find_cmd_ref('send');
+return ( &{$ref}(@_) ) if $ref;
+return (0,());