1. Do some range checking for spots and WWV in the future (got a WWV for Oct
[spider.git] / cmd / show / announce.pl
index 71b046d0cdf483aa5df7792ed4e3b1426ec220db..bd6e05ae7fcde280390003db3a02e2dd129091e6 100644 (file)
@@ -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;