X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=cmd%2Fshow%2Fannounce.pl;fp=cmd%2Fshow%2Fannounce.pl;h=bd6e05ae7fcde280390003db3a02e2dd129091e6;hb=324bd80ed4aef7e2636f5a03288788ce11ab2663;hp=71b046d0cdf483aa5df7792ed4e3b1426ec220db;hpb=61cdf7dc2b72c1898850a4d2aa403d712f22f8ee;p=spider.git diff --git a/cmd/show/announce.pl b/cmd/show/announce.pl index 71b046d0..bd6e05ae 100644 --- a/cmd/show/announce.pl +++ b/cmd/show/announce.pl @@ -7,7 +7,8 @@ # my $self = shift; -return (1, $self->msg('e5')) if $self->priv < 9; +# this appears to be a reasonable thing for users to do (thank you JE1SGH) +# return (1, $self->msg('e5')) if $self->priv < 9; my $cmdline = shift; my @f = split /\s+/, $cmdline;