X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fsend.pl;h=59b535f73fae60da27fe6388345d4dfa9723752c;hb=40310b181de51fd4917e74f4672aa31a5f255c34;hp=3bc2a6b3498bdde9b94751272b7e20e3c2207a3e;hpb=214add54f06130d9bbfce9045a814f6599f30812;p=spider.git diff --git a/cmd/send.pl b/cmd/send.pl index 3bc2a6b3..59b535f7 100644 --- a/cmd/send.pl +++ b/cmd/send.pl @@ -94,7 +94,7 @@ if ($self->state eq "prompt") { $loc->{rrreq} = '1'; } elsif ($f eq '<' && @f) { # this is bbs syntax for from call $loc->{from} = uc shift @f; - } elsif ($f eq '@' && @f) { # this is bbs syntax, for send it 'to node' + } elsif (($f =~ /^[\@\.\#]$/ || $f eq '.#') && @f) { # this is bbs syntax, for send it 'to node' shift @f; } elsif ($f =~ /^\$/) { # this is bbs syntax for a bid next;