From: minima Date: Fri, 14 Sep 2001 23:35:55 +0000 (+0000) Subject: move the prompt X-Git-Tag: R_1_48~2 X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=ff8c77ef8bad7d4ff4433ca233a1dc8f0203983d move the prompt --- diff --git a/perl/DXCommandmode.pm b/perl/DXCommandmode.pm index c2cab9f9..4142f043 100644 --- a/perl/DXCommandmode.pm +++ b/perl/DXCommandmode.pm @@ -128,7 +128,6 @@ sub start $self->send($self->msg('qll')) if !$user->qra || (!$user->lat && !$user->long); $self->send($self->msg('hnodee1')) if !$user->qth; $self->send($self->msg('m9')) if DXMsg::for_me($call); - $self->prompt; # decide on echo if (!$user->wantecho) { @@ -149,6 +148,8 @@ sub start # run a script send the output to the punter my $script = new Script(lc $call) || new Script('user_default'); $script->run($self) if $script; + + $self->prompt; } #