1. Fixed problems with sh/rcmd (talk/ann/log) with a callsign as argument and
[spider.git] / perl / DXCommandmode.pm
index 0f1912387633402372e93091cbe86574d4de318c..91d268b0fc33398f9a4721c2f85daf131c15c6eb 100644 (file)
@@ -82,6 +82,12 @@ sub start
        # send prompts and things
        my $info = DXCluster::cluster();
        $self->send("Cluster:$info");
+       $self->send($self->msg('namee1')) if !$user->name;
+       $self->send($self->msg('qthe1')) if !$user->qth;
+       $self->send($self->msg('qll')) if !$user->qra || (!$user->lat && !$user->long);
+       $self->send($self->msg('hnodee1')) if !$user->qth;
+
+       
        $self->send($self->msg('pr', $call));
 }