started connect process
[spider.git] / cmd / sb.pl
1 #
2 # synonym for send or SP send private
3 #
4 # Copyright (c) 1998 Dirk Koopman G1TLH
5 #
6 # $Id$
7 #
8
9 my $ref = DXCommandmode::find_cmd_ref('send');
10 return ( &{$ref}(@_) ) if $ref;
11 return (0,());