Fix all the DXUser API changes to use JSON
[spider.git] / cmd / forward / latlong.pl
index e9afd71014e6e1913f998cdd802cfe4abeb2e69a..951b5d56df78121884131f4bfbf48b136ad67aba 100644 (file)
@@ -11,6 +11,8 @@
 my ($self, $line) = @_;
 return (1, $self->msg('e5')) unless $self->priv >= 6;
 
+return (1, "I can't image why you want to use this command other than as a DoS attack", "DO NOT USE!!!");
+
 my @dxchan;
 my @out;
 my $dxchan;