5. fix talkmode so that it only does 'via' PC10s when it really needs to.
[spider.git] / cmd / announce.pl
index 94b03a473009da82db0e89a8345df4a55f316c84..494cd9ddfaa3c9c5179d418ea21b5c38e9c321e9 100644 (file)
@@ -17,7 +17,7 @@
 
 my ($self, $line) = @_;
 my @f = split /\s+/, $line;
-
+return (1, $self->msg('e5')) if $self->remotecmd;
 return (1, $self->msg('e9')) if !@f;
 
 my $sort = uc $f[0];