From: djk Date: Tue, 6 Jun 2000 21:08:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: R_1_40~13 X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=e331b7540595fc6e23151f2daec58aeca3fbcd62;p=spider.git *** empty log message *** --- diff --git a/cmd/Commands_en.hlp b/cmd/Commands_en.hlp index f0acc321..f1272ee9 100644 --- a/cmd/Commands_en.hlp +++ b/cmd/Commands_en.hlp @@ -389,12 +389,6 @@ You can also use all the extra qualifiers such as RR, PRIVATE, NOPRIVATE, B that you can use with the SEND command (see SEND for further details) -You can also send a copy of this message to a number of other callsigns -(if and only if the reply is private) by adding the callsigns to the -end of the reply command you want to use e.g:- - - REPLY 2345 G1TLH G7BRN - === 0^SEND [ ...]^Send a message to one or more callsigns === 0^SEND RR ^Send a message and ask for a read receipt === 0^SEND COPY ^Send a copy of a message to someone diff --git a/perl/cluster.pl b/perl/cluster.pl index 54295e4b..3990410d 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -372,16 +372,16 @@ dbg('local', "Local::init error $@") if $@; print "orft we jolly well go ...\n"; dbg('chan', "DXSpider version $version started..."); -open(DB::OUT, "|tee /tmp/aa"); +#open(DB::OUT, "|tee /tmp/aa"); for (;;) { my $timenow; - $DB::trace = 1; +# $DB::trace = 1; Msg->event_loop(1, 0.1); $timenow = time; process_inqueue(); # read in lines from the input queue and despatch them - $DB::trace = 0; +# $DB::trace = 0; # do timed stuff, ongoing processing happens one a second if ($timenow != $systime) {