Started the new routing stuff which will run in parallel for a while.
[spider.git] / cmd / stat / channel.pl
index 8b20e0cbd759148ee63d465dc2e7ba55dd5c9d49..d963eb45eee91b62b56404952b067530cbe30d8f 100644 (file)
@@ -7,7 +7,7 @@
 use strict;
 my ($self, $line) = @_;
 my @list = split /\s+/, $line;           # generate a list of callsigns
-@list = ($self->call) if !@list || $self->priv < 9;  # my channel if no callsigns
+@list = ($self->call) if !@list || $self->priv < 1;  # my channel if no callsigns
 
 my $call;
 my @out;