X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fsend.pl;h=3bc2a6b3498bdde9b94751272b7e20e3c2207a3e;hb=214add54f06130d9bbfce9045a814f6599f30812;hp=c3ff858362d1db997fe71a5550cc33751b27ca5b;hpb=f04ec95fe999a857f0f0c9e08e0f0bfd808ada32;p=spider.git diff --git a/cmd/send.pl b/cmd/send.pl index c3ff8583..3bc2a6b3 100644 --- a/cmd/send.pl +++ b/cmd/send.pl @@ -32,7 +32,7 @@ $loc->{rrreq} = '0'; if ($self->state eq "prompt") { - my @f = split /\s+/, $line; + my @f = split /\b/, $line; # any thing after send? return (1, $self->msg('e6')) if !@f;