X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fstat%2Fchannel.pl;h=d963eb45eee91b62b56404952b067530cbe30d8f;hb=35432a9f25350b9a5db513efbe248b61176b0684;hp=8b20e0cbd759148ee63d465dc2e7ba55dd5c9d49;hpb=586cbb347e7639f5575b48572e75140501a109c0;p=spider.git diff --git a/cmd/stat/channel.pl b/cmd/stat/channel.pl index 8b20e0cb..d963eb45 100644 --- a/cmd/stat/channel.pl +++ b/cmd/stat/channel.pl @@ -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;