*** empty log message ***
authordjk <djk>
Tue, 6 Jun 2000 21:08:19 +0000 (21:08 +0000)
committerdjk <djk>
Tue, 6 Jun 2000 21:08:19 +0000 (21:08 +0000)
cmd/Commands_en.hlp
perl/cluster.pl

index f0acc321229c06d5139ccc22d7415e70bdd72bbf..f1272ee9e418a3ac2467eb731c119227f890a3fb 100644 (file)
@@ -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 <call> [<call> ...]^Send a message to one or more callsigns
 === 0^SEND RR <call>^Send a message and ask for a read receipt
 === 0^SEND COPY <msgno> <call>^Send a copy of a  message to someone
index 54295e4b7beaaec871a50d39187319f5ffd6aeaf..3990410d358197e17b3f8b88d885a897a6059812 100755 (executable)
@@ -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) {