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
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) {