fixed sh/c/n
[spider.git] / cmd / announce.pl
index f9d3fc4b285b8640c0cf04100ba49600634de184..4f521dd30a9c3eea734ad4db25b2e351c30f667e 100644 (file)
@@ -15,6 +15,9 @@
 
 my ($self, $line) = @_;
 my @f = split /\s+/, $line;
+
+return (1, $self->msg('e9')) if !@f;
+
 my $sort = uc $f[0];
 my @locals = DXCommandmode->get_all();
 my $to;