5. fix talkmode so that it only does 'via' PC10s when it really needs to.
[spider.git] / cmd / rcmd.pl
index 396cd45b68ae80df2b6b58f9011bfa4f102db630..8afb5b4586383d0d089e71b51a4f170f73fe49eb 100644 (file)
@@ -9,6 +9,7 @@
 my $self = shift;
 my $line = shift; 
 my ($call) = $line =~ /^\s*(\S+)/;
+return (1, $self->msg('e5')) if $self->remotecmd;
 
 # are we permitted?
 return (1, $self->msg('e5')) if $self->priv < 6;