make adjustments to the manuals and add help for accept and reject
[spider.git] / cmd / Commands_en.hlp
1 #
2 # please put your help in in alphabetical order
3 #
4 # a string search is done in the command field (case is ignored)
5 # and all commands matching the asked for command are printed out
6 #
7 # the order of the fields in each header is 
8 #   privilege, command, Description 
9 # if the command ends in a - then that line isn't printed, but any
10 # subsequent lines are
11 #
12 # Comment lines are indented before printing
13 #
14 === 0^ACCEPT^Set a filter to accept something
15 Create a filter to accept something
16
17 There are 2 types of filter, accept and reject.  See HELP FILTERING for more
18 info.
19
20 === 0^ACCEPT/ANNOUNCE [0-9] <pattern>^Set an 'accept' filter line for announce
21 Create an 'accept this announce' line for a filter. 
22
23 An accept filter line means that if the announce matches this filter it is
24 passed onto the user. See HELP FILTERING for more info. Please read this
25 to understand how filters work - it will save a lot of grief later on.
26
27 You can use any of the following things in this line:-
28
29   info <string>            eg: iota or qsl
30   by <prefixes>            eg: G,M,2         
31   origin <prefixes>
32   origin_dxcc <prefixes or numbers>    eg: 61,62 (from eg: sh/pre G)
33   origin_itu <prefixes or numbers>     or: G,GM,GW
34   origin_zone <prefixes or numbers>
35   by_dxcc <prefixes or numbers>
36   by_itu <prefixes or numbers>
37   by_zone <prefixes or numbers>
38   channel <prefixes>
39   wx 1                     filter WX announces
40   dest <prefixes>          eg: 6MUK,WDX      (distros)
41
42 some examples:-
43
44   acc/ann dest 6MUK
45   acc/ann 2 by_zone 14,15,16
46   (this could be all on one line: acc/ann dest 6MUK or by_zone 14,15,16)
47 or
48   acc/ann by G,M,2 
49
50 You can use the tag 'all' to accept everything eg:
51
52   acc/ann all
53
54 but this probably for advanced users...
55
56 === 8^ACCEPT/ANNOUNCE <call> [input] [0-9] <pattern>^Announce filter sysop version
57 This version allows a sysop to set a filter for a callsign as well as the
58 default for nodes and users eg:-
59
60   accept/ann by G,M,2
61   accept/ann input node_default by G,M,2
62   accept/ann user_default by G,M,2
63
64 === 8^ACCEPT/ROUTE <call> [0-9] <pattern>^Set an 'accept' filter line for routing
65 Create an 'accept this routing PC Protocol' line for a filter. 
66
67 An accept filter line means that if a PC16/17/19/21/24/41/50 matches this filter 
68 it is passed thru that interface. See HELP FILTERING for more info. Please read this
69 to understand how filters work - it will save a lot of grief later on.
70
71 You can use any of the following things in this line:-
72
73   call <prefixes>        the callsign of the thingy
74   call_dxcc <prefixes or numbers>    eg: 61,62 (from eg: sh/pre G)
75   call_itu <prefixes or numbers>     or: G,GM,GW
76   call_zone <prefixes or numbers>
77   origin <prefixes>      really the interface it came in on
78   origin_dxcc <prefixes or numbers>    eg: 61,62 (from eg: sh/pre G)
79   origin_itu <prefixes or numbers>     or: G,GM,GW
80   origin_zone <prefixes or numbers>
81
82 some examples:-
83
84   acc/route gb7djk call_dxcc 61,38 (send only UK+EIRE nodes)
85   acc/route gb7djk call gb7djk     (equiv to SET/ISOLATE)
86
87 You can use the tag 'all' to accept everything eg:
88
89   acc/route all
90
91
92 === 0^ACCEPT/SPOTS [0-9] <pattern>^Set an 'accept' filter line for spots
93 Create an 'accept this spot' line for a filter. 
94
95 An accept filter line means that if the spot matches this filter it is
96 passed onto the user. See HELP FILTERING for more info. Please read this
97 to understand how filters work - it will save a lot of grief later on.
98
99 You can use any of the following things in this line:-
100
101   freq <range>           eg: 0/30000 or hf or hf/cw or 6m,4m,2m
102   on <range>             same as 'freq'
103   call <prefixes>        eg: G,PA,HB9
104   info <string>          eg: iota or qsl
105   by <prefixes>            
106   call_dxcc <prefixes or numbers>    eg: 61,62 (from eg: sh/pre G)
107   call_itu <prefixes or numbers>     or: G,GM,GW
108   call_zone <prefixes or numbers>
109   by_dxcc <prefixes or numbers>
110   by_itu <prefixes or numbers>
111   by_zone <prefixes or numbers>
112   origin <prefixes>
113   channel <prefixes>
114
115 For frequencies, you can use any of the band names defined in
116 SHOW/BANDS and you can use a subband name like: cw, rtty, data, ssb -
117 thus: hf/ssb. You can also just have a simple range like: 0/30000 -
118 this is more efficient than saying simply: freq HF (but don't get
119 too hung up about that)
120
121 some examples:-
122
123   acc/spot 1 on hf/cw
124   acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
125
126 You can use the tag 'all' to accept everything, eg:
127
128   acc/spot 3 all
129
130 but this probably for advanced users...
131
132
133 === 8^ACCEPT/SPOTS <call> [input] [0-9] <pattern>^Spot filter sysop version
134 This version allows a sysop to set a filter for a callsign as well as the
135 default for nodes and users eg:-
136
137   accept/spot db0sue-7 1 by_zone 14,15,16
138   accept/spot node_default all
139   set/hops node_default 10
140
141   accept/spot user_default by G,M,2
142
143 === 0^ACCEPT/WCY [0-9] <pattern>^set an 'accept' WCY filter
144 It is unlikely that you will want to do this, but if you do then you can
145 filter on the following fields:-
146
147   by <prefixes>            eg: G,M,2         
148   origin <prefixes>
149   origin_dxcc <prefixes or numbers>    eg: 61,62 (from eg: sh/pre G)
150   origin_itu <prefixes or numbers>     or: G,GM,GW
151   origin_zone <prefixes or numbers>
152   by_dxcc <prefixes or numbers>
153   by_itu <prefixes or numbers>
154   by_zone <prefixes or numbers>
155   channel <prefixes>
156
157 There are no examples because WCY Broadcasts only come from one place and
158 you either want them or not (see UNSET/WCY if you don't want them).
159
160 This command is really provided for future use.
161
162 See HELP FILTER for information.
163
164 === 8^ACCEPT/WCY <call> [input] [0-9] <pattern>^WCY filter sysop version
165 This version allows a sysop to set a filter for a callsign as well as the
166 default for nodes and users eg:-
167
168   accept/wcy node_default all
169   set/hops node_default 10
170
171 === 0^ACCEPT/WWV [0-9] <pattern>^set an 'accept' WWV filter
172 It is unlikely that you will want to do this, but if you do then you can
173 filter on the following fields:-
174
175   by <prefixes>            eg: G,M,2         
176   origin <prefixes>
177   origin_dxcc <prefixes or numbers>    eg: 61,62 (from eg: sh/pre G)
178   origin_itu <prefixes or numbers>     or: G,GM,GW
179   origin_zone <prefixes or numbers>
180   by_dxcc <prefixes or numbers>
181   by_itu <prefixes or numbers>
182   by_zone <prefixes or numbers>
183   channel <prefixes>
184
185 for example 
186
187   accept/wwv by_zone 4
188
189 is probably the only useful thing to do (which will only show WWV broadcasts
190 by stations in the US).
191
192 See HELP FILTER for information.
193
194 === 8^ACCEPT/WWV <call> [input] [0-9] <pattern>^WWV filter sysop version
195 This version allows a sysop to set a filter for a callsign as well as the
196 default for nodes and users eg:-
197
198   accept/wwv db0sue-7 1 by_zone 4
199   accept/wwv node_default all
200   set/hops node_default 10
201
202   accept/wwv user_default by W,K
203
204 === 0^ANNOUNCE <text>^Send an announcement to LOCAL users only
205 <text> is the text of the announcement you wish to broadcast 
206
207 === 0^ANNOUNCE FULL <text>^Send an announcement cluster wide
208 This will send your announcement cluster wide
209
210 === 5^ANNOUNCE SYSOP <text>^Send an announcement to Sysops only
211
212 === 0^APROPOS <string>^Search help database for <string>
213 Search the help database for <string> (it isn't case sensitive), and print
214 the names of all the commands that may be relevant.
215
216 === 0^BLANK [<string>] [<nn>]^Print nn (default 1) blank lines (or strings)
217 In its basic form this command prints one or more blank lines. However if
218 you pass it a string it will replicate the string for the width of the 
219 screen (default 80) and then print that one or more times, so:
220
221   blank 2
222
223 prints two blank lines
224
225   blank - 
226
227 prints a row of - characters once.
228
229   blank abc
230
231 prints 'abcabcabcabcabcabc....'
232
233 This is really only of any use in a script file and you can print a maximum
234 of 9 lines.
235
236 === 0^BYE^Exit from the cluster
237 This will disconnect you from the cluster
238
239 === 5^CATCHUP <node call> All|[<msgno> ...]^Mark a message as sent
240 === 5^UNCATCHUP <node call> All|[msgno> ...]^Unmark a message as sent
241 When you send messages the fact that you have forwarded it to another node 
242 is remembered so that it isn't sent again. When you have a new partner
243 node and you add their callsign to your /spider/msg/forward.pl file, all
244 outstanding non-private messages will be forwarded to them. This may well
245 be ALL the non-private messages. You can prevent this by using these 
246 commmands:-
247
248   catchup GB7DJK all
249   catchup GB7DJK 300 301 302 303 500-510
250         
251 and to undo what you have just done:-
252   
253   uncatchup GB7DJK all
254   uncatchup GB7DJK 300 301 302 303 500-510
255
256 which will arrange for them to be forward candidates again.
257
258 Order is not important.
259
260 === 0^CLEAR/ANNOUNCE [1|all]^Clear a announce filter line
261 This command allows you to clear (remove) a line in a annouce filter or to 
262 remove the whole filter.
263
264 see CLEAR/SPOTS for a more detailed explanation.
265
266 === 8^CLEAR/ANNOUNCE [input] <callsign> [0-9|all]^Clear a announce filter line
267 A sysop can clear an input or normal output filter for a user or the
268 node_default or user_default. 
269
270 === 0^CLEAR/ROUTE [1|all]^Clear a route filter line
271 This command allows you to clear (remove) a line in a route filter or to 
272 remove the whole filter.
273
274 see CLEAR/SPOTS for a more detailed explanation.
275
276 === 8^CLEAR/ROUTE [input] <callsign> [0-9|all]^Clear a route filter line
277 A sysop can clear an input or normal output filter for a user or the
278 node_default or user_default. 
279
280 === 0^CLEAR/SPOTS [0-9|all]^Clear a spot filter line
281 This command allows you to clear (remove) a line in a spot filter or to 
282 remove the whole filter.
283
284 If you have a filter:-
285
286   acc/spot 1 on hf/cw
287   acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
288
289 and you say:-
290
291   clear/spot 1
292
293 you will be left with:-
294
295   acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
296
297 If you do:
298
299   clear/spot all
300
301 the filter will be completely removed.
302
303 === 8^CLEAR/SPOTS [input] <callsign> [0-9|all]^Clear a spot filter line
304 A sysop can clear an input or normal output filter for a user or the
305 node_default or user_default. 
306
307 === 0^CLEAR/WCY [1|all]^Clear a WCY filter line
308 This command allows you to clear (remove) a line in a WCY filter or to 
309 remove the whole filter.
310
311 see CLEAR/SPOTS for a more detailed explanation.
312
313 === 8^CLEAR/WCY [input] <callsign> [0-9|all]^Clear a WCY filter line
314 A sysop can clear an input or normal output filter for a user or the
315 node_default or user_default. 
316
317 === 0^CLEAR/WWV [1|all]^Clear a WWV filter line
318 This command allows you to clear (remove) a line in a WWV filter or to 
319 remove the whole filter.
320
321 see CLEAR/SPOTS for a more detailed explanation.
322
323 === 8^CLEAR/WWV [input] <callsign> [0-9|all]^Clear a WWV filter line
324 A sysop can clear an input or normal output filter for a user or the
325 node_default or user_default. 
326
327 === 5^CONNECT <callsign>^Start a connection to another DX Cluster
328 Start a connection process that will culminate in a new connection to the
329 DX cluster <callsign>. This process creates a new 'client' process which will
330 use the script in /spider/connect/<callsign> to effect the 'chat' exchange
331 necessary to traverse the network(s) to logon to the cluster <callsign>.
332
333 === 9^DELETE/USER <callsign> ...^Delete this user from the User Database
334 This command will completely remove a one or more users from the database.
335
336 There is NO SECOND CHANCE.
337
338 It goes without saying that you should use this command CAREFULLY!
339
340 === 0^DBAVAIL^Show a list of all the Databases in the system
341 Title says it all really, this command lists all the databases defined
342 in the system. It is also aliased to SHOW/COMMAND.
343
344 === 9^DBCREATE <name>^Create a database entry
345 === 9^DBCREATE <name> chain <name> [<name>..]^Create a chained database entry
346 === 9^DBCREATE <name> remote <node>^Create a remote database entry
347 DBCREATE allows you to define a database in the system. It doesn't actually
348 create anything, just defines it.
349
350 The databases that are created are simple DB_File hash databases, they are 
351 therefore already 'indexed'.
352
353 You can define a local database with the first form of the command eg:
354
355   DBCREATE oblast
356
357 You can also chain databases with the addition of the 'chain' keyword. 
358 This will search each database one after the other. A typical example 
359 is:
360
361   DBCREATE sdx_qsl chain sql_ad
362
363 No checking is done to see if the any of the chained databases exist, in
364 fact it is usually better to do the above staement first then do each of
365 the chained databases.
366
367 Databases can exist offsite. To define a database that lives on another 
368 node do:
369
370   DBCREATE buckmaster remote gb7dxc
371
372 Remote databases cannot be chained; however, the last database in a 
373 a chain can be a remote database eg:
374
375   DBCREATE qsl chain gb7dxc
376
377 To see what databases have been defined do:
378
379   DBAVAIL (or it will have been aliased to SHOW/COMMAND)
380
381 It would be normal for you to add an entry into your local Aliases file
382 to allow people to use the 'SHOW/<dbname>' style syntax. So you would
383 need to add a line like:-
384
385   's' => [
386     ..
387     ..
388     '^sh\w*/buc', 'dbshow buckmaster', 'dbshow',
389     ..
390     ..
391    ],
392
393 to allow 
394  
395   SH/BUCK g1tlh
396
397 to work as they may be used to.
398
399 See DBIMPORT for the importing of existing AK1A format data to databases.
400 See DBSHOW for generic database enquiry
401  
402 === 9^DBIMPORT <dbname> <filename>^Import AK1A data into a database
403 If you want to import or update data in bulk to a database you can use
404 this command. It will either create or update entries into an existing
405 database. For example:-
406
407   DBIMPORT oblast /tmp/OBLAST.FUL
408
409 will import the standard OBLAST database that comes with AK1A into the
410 oblast database held locally.
411
412 === 9^DBREMOVE <dbname>^Delete a database
413 DBREMOVE will completely remove a database entry and also delete any data
414 file that is associated with it. 
415
416 There is no warning, no comeback, no safety net. 
417
418 For example:
419
420   DBREMOVE oblast 
421
422 will remove the oblast database from the system and it will also remove
423 the associated datafile.
424
425 I repeat:
426
427 There is no warning, no comeback, no safety net.
428  
429 You have been warned.
430
431 === 0^DBSHOW <dbname> <key>^Display an entry, if it exists, in a database
432 This is the generic user interface to the database to the database system.
433 It is expected that the sysop will add an entry to the local Aliases file
434 so that users can use the more familiar AK1A style of enquiry such as:
435
436   SH/BUCK G1TLH
437
438 but if he hasn't and the database really does exist (use DBAVAIL or
439 SHOW/COMMAND to find out) you can do the same thing with:
440
441   DBSHOW buck G1TLH
442
443 === 9^DEBUG^Set the cluster program into debug mode
444 Executing this command will only have an effect if you are running the cluster
445 in debug mode i.e.
446
447         perl -d cluster.pl
448
449 It will interrupt the cluster just after the debug command has finished.
450
451 === 0^DIRECTORY^List messages 
452 === 0^DIRECTORY ALL^List all messages
453 === 0^DIRECTORY OWN^List your own messages
454 === 0^DIRECTORY NEW^List all new messages
455 === 0^DIRECTORY TO <call>^List all messages to <call>
456 === 0^DIRECTORY FROM <call>^List all messages from <call>
457 === 0^DIRECTORY SUBJECT <string>^List all messages with <string> in subject
458 === 0^DIRECTORY <nn>^List last <nn> messages
459 === 0^DIRECTORY <from>-<to>^List messages <from> message <to> message 
460 List the messages in the messages directory.
461
462 If there is a 'p' one space after the message number then it is a 
463 personal message. If there is a '-' between the message number and the
464 'p' then this indicates that the message has been read.
465
466 You can use shell escape characters such as '*' and '?' in the <call>
467 fields.
468
469 You can combine some of the various directory commands together eg:-
470
471    DIR TO G1TLH 5
472 or 
473    DIR SUBJECT IOTA 200-250
474
475 You can abbreviate all the commands to one letter and use ak1a syntax:-
476
477    DIR/T G1* 10
478    DIR/S QSL 10-100 5
479
480 === 5^DIRECTORY-^
481 Sysops can see all users' messages.
482
483 === 8^DISCONNECT <call> [<call> ...]^Disconnect a user or cluster
484 Disconnect any <call> connected locally
485
486 === 0^DX [BY <call>] <freq> <call> <remarks>^Send a DX spot
487 This is how you send a DX Spot to other users. You can, in fact, now
488 enter the <freq> and the <call> either way round. 
489
490    DX FR0G 144.600
491    DX 144.600 FR0G
492    DX 144600 FR0G 
493
494 will all give the same result. You can add some remarks to the end
495 of the command and they will be added to the spot.
496
497    DX FR0G 144600 this is a test
498
499 You can credit someone else by saying:-
500
501    DX by G1TLH FR0G 144.600 he isn't on the cluster
502
503 The <freq> is compared against the available bands set up in the 
504 cluster.  See SHOW/BANDS for more information.
505
506 === 0^ECHO <line>^Echo the line to the output
507 This command is useful in scripts and so forth for printing the
508 line that you give to the command to the output. You can use this
509 in user_default scripts and the SAVE command for titling and so forth
510
511 The script will interpret certain standard "escape" sequences as follows:-
512
513   \t - becomes a TAB character (0x09 in ascii)
514   \a - becomes a BEEP character (0x07 in ascii)
515   \n - prints a new line
516
517 So the following example:-
518
519   echo GB7DJK is a dxcluster
520
521 produces:-
522
523   GB7DJK is a dxcluster
524
525 on the output. You don't need a \n on the end of the line you want to send.
526
527 A more complex example:-
528
529   echo GB7DJK\n\tg1tlh\tDirk\n\tg3xvf\tRichard
530
531 produces:-
532
533   GB7DJK
534           g1tlh   Dirk
535           g3xvf   Richard
536
537 on the output.
538                                       
539 === 9^EXPORT <msgno> <filename>^Export a message to a file
540 Export a message to a file. This command can only be executed on a local
541 console with a fully privileged user. The file produced will be in a form
542 ready to be imported back into the cluster by placing it in the import 
543 directory (/spider/msg/import).
544
545 This command cannot overwrite an existing file. This is to provide some 
546 measure of security. Any files written will owned by the same user as the 
547 main cluster, otherwise you can put the new files anywhere the cluster can
548 access. For example:-
549
550   EXPORT 2345 /tmp/a
551
552 === 9^EXPORT_USERS [<filename>]^Export the users database to ascii
553 Export the users database to a file in ascii format. If no filename
554 is given then it will export the file to /spider/data/user_asc.
555
556 If the file already exists it will be renamed to <filename>.o. In fact
557 up to 5 generations of the file can be kept each one with an extra 'o' on the
558 suffix. 
559
560 BE WARNED: this will write to any file you have write access to. No check is
561 made on the filename (if any) that you specify.
562
563 === 0^FILTERING...^Filtering things in DXSpider
564 There are a number of things you can filter in the DXSpider system. They
565 all use the same general mechanism.
566
567 In general terms you can create a 'reject' or an 'accept' filter which
568 can have up to 10 lines in it. You do this using, for example:-
569  
570   accept/spots .....
571   reject/spots .....
572
573 where ..... are the specific commands for that type of filter. There
574 are filters for spots, wwv, announce, wcy and (for sysops)
575 connects. See each different accept or reject command reference for
576 more details.
577
578 There is also a command to clear out one or more lines in a filter and
579 one to show you what you have set. They are:-
580
581   clear/spots 1
582   clear/spots all
583
584 and 
585   
586   show/filter
587
588 There is clear/xxxx command for each type of filter.
589
590 For now we are going to use spots for the examples, but you can apply
591 the principles to all types of filter.
592
593 There are two main types of filter 'accept' or 'reject'; which you use
594 depends entirely on how you look at the world and what is least
595 writing to achieve what you want. Each filter has 10 lines (of any
596 length) which are tried in order. If a line matches then the action
597 you have specified is taken (ie reject means ignore it and accept
598 means gimme it).
599
600 The important thing to remember is that if you specify a 'reject'
601 filter (all the lines in it say 'reject/spots' (for instance) then if
602 a spot comes in that doesn't match any of the lines then you will get
603 it BUT if you specify an 'accept' filter then any spots that don't
604 match are dumped. For example if I have a one line accept filter:-
605
606   accept/spots on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
607
608 then automatically you will ONLY get VHF spots from or to CQ zones 14
609 15 and 16.  If you set a reject filter like:
610
611   reject/spots on hf/cw
612
613 Then you will get everything EXCEPT HF CW spots, If you am interested in IOTA
614 and will work it even on CW then you could say:-
615
616   reject/spots on hf/cw and not info iota
617
618 But in that case you might only be interested in iota and say:-
619
620   accept/spots not on hf/cw or info iota
621
622 which is exactly the same. You should choose one or the other until
623 you are confortable with the way it works. Yes, you can mix them
624 (actually you can have an accept AND a reject on the same line) but
625 don't try this at home until you can analyse the results that you get
626 without ringing up the sysop for help.
627
628 You can arrange your filter lines into logical units, either for your
629 own understanding or simply convenience. I have one set frequently:-
630
631   reject/spots 1 on hf/cw
632   reject/spots 2 on 50000/1400000 not (by_zone 14,15,16 or call_zone 14,15,16)  
633
634 What this does is to ignore all HF CW spots (being a class B I can't
635 read any CW and couldn't possibly be interested in HF :-) and also
636 rejects any spots on VHF which don't either originate or spot someone
637 in Europe.
638
639 This is an exmaple where you would use the line number (1 and 2 in
640 this case), if you leave the digit out, the system assumes '1'. Digits
641 '0'-'9' are available.
642
643 You can leave the word 'and' out if you want, it is implied. You can
644 use any number of brackets to make the 'expression' as you want
645 it. There are things called precedence rules working here which mean
646 that you will NEED brackets in a situation like line 2 because,
647 without it, will assume:-
648
649   (on 50000/1400000 and by_zone 14,15,16) or call_zone 14,15,16 
650
651 annoying, but that is the way it is. If you use OR - use
652 brackets. Whilst we are here CASE is not important. 'And BY_Zone' is
653 just 'and by_zone'.
654
655 If you want to alter your filter you can just redefine one or more
656 lines of it or clear out one line. For example:-
657
658   reject/spots 1 on hf/ssb
659
660 or 
661
662   clear/spots 1
663
664 To remove the filter in its entirty:-
665
666   clear/spots all
667
668 There are similar CLEAR commands for the other filters:-
669
670   clear/announce
671   clear/wcy
672   clear/wwv
673
674 ADVANCED USERS:-
675
676 Once you are happy with the results you get, you may like to experiment. 
677
678 my example that filters hf/cw spots and accepts vhf/uhf spots from EU
679 can be written with a mixed filter, eg:
680
681   rej/spot on hf/cw
682   acc/spot on 0/30000
683   acc/spot 2 on 50000/1400000 and (by_zone 14,15,16 or call_zone 14,15,16)
684
685 each filter slot actually has a 'reject' slot and an 'accept'
686 slot. The reject slot is executed BEFORE the accept slot.
687
688 It was mentioned earlier that after a reject test that doesn't match,
689 the default for following tests is 'accept', the reverse is true for
690 'accept'. In the example what happens is that the reject is executed
691 first, any non hf/cw spot is passed to the accept line, which lets
692 thru everything else on HF.
693
694 The next filter line lets through just VHF/UHF spots from EU.
695
696 === 8^FORWARD/LATLONG <node_call>^Send latitude and longitude information to another cluster
697 This command sends all the latitude and longitude information that your
698 cluster is holding against callsigns.  One advantage of recieving this
699 information is that more locator information is held by you.  This
700 means that more locators are given on the DX line assuming you have
701 SET/DXGRID enabled.  This could be a LOT of information though, so
702 it is not recommended on slow links.
703
704 === 1^FORWARD/OPERNAM <call>^Send out information on this <call> to all clusters
705 This command sends out any information held in the user file which can 
706 be broadcast in PC41 protocol packets. This information is Name, QTH, Location
707 and Homenode. PC41s are only sent for the information that is available.
708  
709 === 0^HELP^The HELP Command
710 HELP is available for a number of commands. The syntax is:-
711
712   HELP <cmd>
713   
714 Where <cmd> is the name of the command you want help on.
715
716 All commands can be abbreviated, so SHOW/DX can be abbreviated
717 to SH/DX, ANNOUNCE can be shortened to AN and so on.
718
719 Look at the APROPOS <string> command which will search the help database
720 for the <string> you specify and give you a list of likely commands
721 to look at with HELP.
722
723 === 5^INIT <node>^Re-initialise a link to an AK1A compatible node
724 This command attempts to re-initialise a link to a (usually) AK1A node
725 that has got confused, usually by a protocol loop of some kind. It may
726 work - but you usually will be better off simply disconnecting it (or
727 better, if it is a real AK1A node, doing an RCMD <node> DISC/F <your
728 node>).
729
730 Best of luck - you will need it.
731   
732 === 0^KILL <msgno> [<msgno..]^Delete a message from the local system
733 === 0^KILL <from msgno>-<to msgno>^Delete a range of messages
734 === 0^KILL from <regex>^Delete messages FROM a callsign or pattern
735 === 0^KILL to <regex>^Delete messages TO a callsign or pattern
736 === 5^KILL FULL <msgno> [<msgno..]^Delete a message from the whole cluster
737 Delete a message from the local system. You will only be able to
738 delete messages that you have originated or been sent (unless you are
739 the sysop). 
740
741   KILL 1234-1255
742
743 Will delete all the messages that you own between msgnos 1234 and 1255.
744
745   KILL from g1tlh
746
747 will delete all the messages from g1tlh (if you are g1tlh). Similarly:
748
749   KILL to g1tlh
750
751 will delete all messages to g1tlh.
752
753   KILL FULL 1234
754  
755 will delete a message (usually a 'bulletin') from the whole cluster system. 
756
757 This uses the subject field, so any messages that have exactly the
758 same subject will be deleted. Beware!
759
760 === 6^KILL EXPunge <msgno> [<msgno..]^Expunge a message
761 Deleting a message using the normal KILL commands only marks that message
762 for deletion. The actual deletion only happens later (usually two days later).
763
764 The KILL EXPUNGE command causes the message to be truly deleted more or less
765 immediately.
766
767 It otherwise is used in the same way as the KILL command.
768
769 === 0^LINKS^Show which nodes is physically connected
770 This is a quick listing that shows which links are connected and
771 some information about them. See WHO for a list of all connections.
772
773 === 9^LOAD/ALIASES^Reload the command alias table
774 Reload the /spider/cmd/Aliases file after you have editted it. You
775 will need to do this if you change this file whilst the cluster is
776 running in order for the changes to take effect.
777
778 === 9^LOAD/BANDS^Reload the band limits table
779 Reload the /spider/data/bands.pl file if you have changed it manually whilst
780 the cluster is running. 
781
782 === 9^LOAD/BADMSG^Reload the bad msg table
783 Reload the /spider/msg/badmsg.pl file if you have changed it manually whilst
784 the cluster is running. This table contains a number of perl regular 
785 expressions which are searched for in the fields targetted of each message. 
786 If any of them match then that message is immediately deleted on receipt. 
787
788 === 9^LOAD/BADWORDS^Reload the bad words table
789 Reload the /spider/data/badwords file if you have changed it manually whilst
790 the cluster is running. This file contains a list of words which, if found
791 on certain text portions of PC protocol, will cause those protocol frames
792 to be rejected. It will all put out a message if any of these words are
793 used on the announce, dx and talk commands. The words can be one or 
794 more on a line, lines starting with '#' are ignored.
795
796 === 9^LOAD/CMD_CACHE^Reload the automatic command cache
797 Normally, if you change a command file in the cmd or local_cmd tree it
798 will automatially be picked up by the cluster program. Sometimes it
799 can get confused if you are doing a lot of moving commands about or
800 delete a command in the local_cmd tree and want to use the normal one
801 again. Execute this command to reset everything back to the state it
802 was just after a cluster restart.
803
804 === 9^LOAD/FORWARD^Reload the msg forwarding routing table
805 Reload the /spider/msg/forward.pl file if you have changed it
806 manually whilst the cluster is running.
807
808 === 5^LOAD/KEPS^Load new keps data
809 === 5^LOAD/KEPS [nn]^Load new keps data from message
810 If there is no message number then reload the current Keps data from
811 the Keps.pm data file. You create this file by running 
812
813  /spider/perl/convkeps.pl <filename>
814
815 on a file containing NASA 2 line keps as a message issued by AMSAT. 
816
817 If there is a message number, then it will take the message, run
818 convkeps.pl on it and then load the data, all in one step.
819
820 These messages are sent to ALL by GB7DJK (and others) from time to time. 
821
822 === 9^LOAD/MESSAGES^Reload the system messages file
823 If you change the /spider/perl/Messages file (usually whilst
824 fiddling/writing new commands) you can have them take effect during a
825 cluster session by executing this command. You need to do this if get
826 something like :-
827
828 unknown message 'xxxx' in lang 'en'
829
830 === 9^LOAD/PREFIXES^Reload the prefix table
831 Reload the /spider/data/prefix_data.pl file if you have changed it
832 manually whilst the cluster is running.
833
834 === 5^MERGE <node> [<no spots>/<no wwv>]^Ask for the latest spots and WWV 
835 MERGE allows you to bring your spot and wwv database up to date. By default
836 it will request the last 10 spots and 5 WWVs from the node you select. The 
837 node must be connected locally.
838
839 You can request any number of spots or wwv and although they will be appended
840 to your databases they will not duplicate any that have recently been added 
841 (the last 2 days for spots and last month for WWV data).
842
843 === 9^MSG <cmd> <msgno> [data ... ]^Alter various message parameters
844 Alter message parameters like To, From, Subject, whether private or bulletin
845 or return receipt (RR) is required or whether to keep this message from timing
846 out.
847
848   MSG TO <msgno> <call>     - change TO callsign to <call>
849   MSG FRom <msgno> <call>   - change FROM callsign to <call>
850   MSG PRrivate <msgno>      - set private flag
851   MSG NOPRrivate <msgno>    - unset private flag
852   MSG RR <msgno>            - set RR flag
853   MSG NORR <msgno>          - unset RR flag
854   MSG KEep <msgno>          - set the keep flag (message won't be deleted ever)
855   MSG NOKEep <msgno>        - unset the keep flag
856   MSG SUbject <msgno> <new> - change the subject to <new>
857   MSG WAittime <msgno>      - remove any waitting time for this message
858   MSG NOREad <msgno>        - mark message as unread
859   MSG REad <msgno>          - mark message as read
860   MSG QUeue                 - queue any outstanding bulletins
861   MSG QUeue 1               - queue any outstanding private messages
862
863 You can look at the status of a message by using:-
864
865   STAT/MSG <msgno>      
866
867 This will display more information on the message than DIR does.
868    
869 === 8^PC <call> <text>^Send text (eg PC Protocol) to <call>
870 Send some arbitrary text to a locally connected callsign. No
871 processing is done on the text. This command allows you to send PC
872 Protocol to unstick things if problems arise (messages get stuck
873 etc). eg:-
874
875    pc gb7djk PC33^GB7TLH^GB7DJK^400^
876 or 
877    pc G1TLH Try doing that properly!!!
878
879 === 0^KILL <msgno> [<msgno> ...]^Remove or erase a message from the system
880 You can get rid of any message to or originating from your callsign using 
881 this command. You can remove more than one message at a time.
882
883 === 5^KILL <from>-<to>^Remove a range of messages from the system
884 === 5^KILL FROM <call>^Remove all messages from a callsign
885 === 5^KILL TO <call>^Remove all messages to a callsign
886 === 5^KILL FULL <msgno> [<msgno]^Remove a message from the entire cluster
887 Remove this message from the entire cluster system as well as your node.
888
889 === 5^KILL^
890 As a sysop you can kill any message on the system.
891
892 === 8^PC <call> <text>^Send arbitrary text to a connected callsign
893 Send any text you like to the callsign requested. This is used mainly to send
894 PC protocol to connected nodes either for testing or to unstick things. 
895
896 You can also use in the same way as a talk command to a connected user but
897 without any processing, added of "from <blah> to <blah" or whatever.
898  
899 === 1^PING <node call>^Check the link quality between nodes
900 This command allows you to send a frame to another cluster node on
901 the network and get a return frame.  The time it takes to do this
902 is a good indication of the quality of the link.  The actual time
903 it takes is output to the console in seconds.
904 Any visible cluster node can be PINGed.
905
906 === 1^RCMD <node call> <cmd>^Send a command to another DX Cluster
907 This command allows you to send nearly any command to another DX Cluster
908 node that is connected to the system. 
909
910 Whether you get any output is dependant on a) whether the other system knows
911 that the node callsign of this cluster is in fact a node b) whether the
912 other system is allowing RCMDs from this node and c) whether you have
913 permission to send this command at all.
914
915 === 0^READ^Read the next unread personal message addressed to you
916 === 0^READ <msgno>^Read the specified message
917 You can read any messages that are sent as 'non-personal' and also any
918 message either sent by or sent to your callsign.
919
920 === 5^READ-^
921 As a sysop you may read any message on the system
922
923 === 0^REJECT^Set a filter to reject something
924 Create a filter to reject something
925
926 There are 2 types of filter, accept and reject.  See HELP FILTERING for more
927 info.
928
929 === 0^REJECT/ANNOUNCE [0-9] <pattern>^Set a 'reject' filter line for announce
930 Create an 'reject this announce' line for a filter. 
931
932 A reject filter line means that if the announce matches this filter it is
933 passed onto the user. See HELP FILTERING for more info. Please read this
934 to understand how filters work - it will save a lot of grief later on.
935
936 You can use any of the following things in this line:-
937
938   info <string>            eg: iota or qsl
939   by <prefixes>            eg: G,M,2         
940   origin <prefixes>
941   origin_dxcc <prefixes or numbers>    eg: 61,62 (from eg: sh/pre G)
942   origin_itu <prefixes or numbers>     or: G,GM,GW
943   origin_zone <prefixes or numbers>
944   by_dxcc <prefixes or numbers>
945   by_itu <prefixes or numbers>
946   by_zone <prefixes or numbers>
947   channel <prefixes>
948   wx 1                     filter WX announces
949   dest <prefixes>          eg: 6MUK,WDX      (distros)
950
951 some examples:-
952
953   rej/ann by_zone 14,15,16 and not by G,M,2
954  
955 You can use the tag 'all' to reject everything eg:
956
957   rej/ann all
958
959 but this probably for advanced users...
960
961 === 8^REJECT/ANNOUNCE <call> [input] [0-9] <pattern>^Announce filter sysop version
962 This version allows a sysop to set a filter for a callsign as well as the
963 default for nodes and users eg:-
964
965   reject/ann by G,M,2
966   reject/ann input node_default by G,M,2
967   reject/ann user_default by G,M,2
968
969 === 0^REJECT/SPOTS [0-9] <pattern>^Set a 'reject' filter line for spots
970 Create a 'reject this spot' line for a filter. 
971
972 A reject filter line means that if the spot matches this filter it is
973 dumped (not passed on). See HELP FILTERING for more info. Please read this
974 to understand how filters work - it will save a lot of grief later on.
975
976 You can use any of the following things in this line:-
977
978   freq <range>           eg: 0/30000 or hf or hf/cw or 6m,4m,2m
979   on <range>             same as 'freq'
980   call <prefixes>        eg: G,PA,HB9
981   info <string>          eg: iota or qsl
982   by <prefixes>            
983   call_dxcc <prefixes or numbers>    eg: 61,62 (from eg: sh/pre G)
984   call_itu <prefixes or numbers>     or: G,GM,GW
985   call_zone <prefixes or numbers>
986   by_dxcc <prefixes or numbers>
987   by_itu <prefixes or numbers>
988   by_zone <prefixes or numbers>
989   origin <prefixes>
990   channel <prefixes>
991
992 For frequencies, you can use any of the band names defined in
993 SHOW/BANDS and you can use a subband name like: cw, rtty, data, ssb -
994 thus: hf/ssb. You can also just have a simple range like: 0/30000 -
995 this is more efficient than saying simply: on HF (but don't get
996 too hung up about that)
997
998 some examples:-
999
1000   rej/spot 1 on hf
1001   rej/spot 2 on vhf and not (by_zone 14,15,16 or call_zone 14,15,16)
1002
1003 You can use the tag 'all' to reject everything eg:
1004
1005   rej/spot 3 all
1006
1007 but this probably for advanced users...
1008
1009 === 8^REJECT/ROUTE <call> [0-9] <pattern>^Set an 'reject' filter line for routing
1010 Create an 'reject this routing PC Protocol' line for a filter. 
1011
1012 An reject filter line means that if a PC16/17/19/21/24/41/50 matches this filter 
1013 it is NOT passed thru that interface. See HELP FILTERING for more info. Please 
1014 read this to understand how filters work - it will save a lot of grief later on.
1015
1016 You can use any of the following things in this line:-
1017
1018   call <prefixes>        the callsign of the thingy
1019   call_dxcc <prefixes or numbers>    eg: 61,62 (from eg: sh/pre G)
1020   call_itu <prefixes or numbers>     or: G,GM,GW
1021   call_zone <prefixes or numbers>
1022   origin <prefixes>      really the interface it came in on
1023   origin_dxcc <prefixes or numbers>    eg: 61,62 (from eg: sh/pre G)
1024   origin_itu <prefixes or numbers>     or: G,GM,GW
1025   origin_zone <prefixes or numbers>
1026
1027 some examples:-
1028
1029   rej/route gb7djk call_dxcc 61,38 (everything except  UK+EIRE nodes)
1030
1031 You can use the tag 'all' to reject everything eg:
1032
1033   rej/route all     (equiv to [very] restricted mode)
1034
1035 === 8^REJECT/SPOTS <call> [input] [0-9] <pattern>^Spot filter sysop version
1036 This version allows a sysop to set a filter for a callsign as well as the
1037 default for nodes and users eg:-
1038
1039   reject/spot db0sue-7 1 by_zone 14,15,16
1040   reject/spot node_default all
1041   set/hops node_default 10
1042
1043   reject/spot user_default by G,M,2
1044
1045 === 0^REJECT/WCY [0-9] <pattern>^set a 'reject' WCY filter
1046 It is unlikely that you will want to do this, but if you do then you can
1047 filter on the following fields:-
1048
1049   by <prefixes>            eg: G,M,2         
1050   origin <prefixes>
1051   origin_dxcc <prefixes or numbers>    eg: 61,62 (from eg: sh/pre G)
1052   origin_itu <prefixes or numbers>     or: G,GM,GW
1053   origin_zone <prefixes or numbers>
1054   by_dxcc <prefixes or numbers>
1055   by_itu <prefixes or numbers>
1056   by_zone <prefixes or numbers>
1057   channel <prefixes>
1058
1059 There are no examples because WCY Broadcasts only come from one place and
1060 you either want them or not (see UNSET/WCY if you don't want them).
1061
1062 This command is really provided for future use.
1063
1064 See HELP FILTER for information.
1065
1066 === 8^REJECT/WCY <call> [input] [0-9] <pattern>^WCY filter sysop version
1067 This version allows a sysop to set a filter for a callsign as well as the
1068 default for nodes and users eg:-
1069
1070   reject/wcy gb7djk all
1071
1072 === 0^REJECT/WWV [0-9] <pattern>^set a 'reject' WWV filter
1073 It is unlikely that you will want to do this, but if you do then you can
1074 filter on the following fields:-
1075
1076   by <prefixes>            eg: G,M,2         
1077   origin <prefixes>
1078   origin_dxcc <prefixes or numbers>    eg: 61,62 (from eg: sh/pre G)
1079   origin_itu <prefixes or numbers>     or: G,GM,GW
1080   origin_zone <prefixes or numbers>
1081   by_dxcc <prefixes or numbers>
1082   by_itu <prefixes or numbers>
1083   by_zone <prefixes or numbers>
1084   channel <prefixes>
1085
1086 for example 
1087
1088   reject/wwv by_zone 14,15,16
1089
1090 is probably the only useful thing to do (which will only show WWV broadcasts
1091 by stations in the US).
1092
1093 See HELP FILTER for information.
1094
1095 === 8^REJECT/WWV <call> [input] [0-9] <pattern>^WWV filter sysop version
1096 This version allows a sysop to set a filter for a callsign as well as the
1097 default for nodes and users eg:-
1098
1099   reject/wwv db0sue-7 1 by_zone 4
1100   reject/wwv node_default all
1101
1102   reject/wwv user_default by W
1103
1104 === 0^REPLY^Reply (privately) to the last message that you have read
1105 === 0^REPLY <msgno>^Reply (privately) to the specified message
1106 === 0^REPLY B <msgno>^Reply as a Bulletin to the specified message
1107 === 0^REPLY NOPrivate <msgno>^Reply as a Bulletin to the specified message
1108 === 0^REPLY RR <msgno>^Reply to the specified message with read receipt
1109 You can reply to a message and the subject will automatically have
1110 "Re:" inserted in front of it, if it isn't already present.
1111
1112 You can also use all the extra qualifiers such as RR, PRIVATE, 
1113 NOPRIVATE, B that you can use with the SEND command (see SEND
1114 for further details)
1115
1116 === 9^SAVE [-d -t -a] <filename> "<cmd>" [...]^Save command output to a file
1117 This sysop only cammand allows you to save the output of one or more
1118 commands to a file. For example:-
1119
1120   save /spider/packclus/dxstats show/dxstat
1121
1122 will save the output of the normal command "show/dxstat" to the file
1123 "dxstats" in the files area.
1124
1125 You can have some extra flags to the save which will either 
1126 date stamp or time stamp or both the filename so:-
1127
1128   save -d /tmp/a <cmd> creates /tmp/a_6-Jan-2002
1129   save -t /tmp/a <cmd> creates /tmp/a_2301Z
1130   save -d -t /tmp/a <cmd> creates /tmp/a_6-Jan-2002_2301Z
1131
1132 The -a flag means append to the file instead of overwriting it.
1133
1134 You can have more than one command on the line, to do this you MUST
1135 enclose each command in double quotes (") eg:-
1136
1137   save /tmp/a "sh/hfstats" "blank +" "sh/vhfstats"
1138
1139 or
1140
1141   save /tmp/a "sh/hfstats","blank +","sh/vhfstats"
1142
1143 You can only write into places that the cluster has permission for (which
1144 is that of the "sysop" user [which had BETTER NOT BE "root"]), you will 
1145 need to create any directories you want to put stuff in beforehand as well.
1146  
1147 It is likely that you will want to run these commands in a crontab type 
1148 situation. You would do that something like:-
1149
1150   0 0 * * * run_cmd('save /tmp/dxstats "echo DXStat Table", "sh/dxstats"')
1151
1152 Note that you still enclose each command with (") characters but you must
1153 enclose the entire save command in (') characters. 
1154
1155 Now in fact, this can be varied if you know what you are doing. See the
1156 admin manual for more details.
1157  
1158 === 0^SEND <call> [<call> ...]^Send a message to one or more callsigns
1159 === 0^SEND RR <call>^Send a message and ask for a read receipt
1160 === 0^SEND COPY <msgno> <call>^Send a copy of a  message to someone
1161 === 0^SEND PRIVATE <call>^Send a personal message
1162 === 0^SEND NOPRIVATE <call>^Send a message to all stations
1163 All the SEND commands will create a message which will be sent either to
1164 an individual callsign or to one of the 'bulletin' addresses. 
1165
1166 SEND <call> on its own acts as though you had typed SEND PRIVATE, that is
1167 it will mark the message as personal and send it to the cluster node that
1168 that callsign is connected to. If the <call> you have specified is in fact
1169 a known bulletin category on your node (eg: ALL) then the message should
1170 automatically become a bulletin.
1171
1172 You can have more than one callsign in all of the SEND commands.
1173
1174 You can have multiple qualifiers so that you can have for example:-
1175
1176   SEND RR COPY 123 PRIVATE G1TLH G0RDI
1177
1178 which should send a copy of message 123 to G1TLH and G0RDI and you will
1179 receive a read receipt when they have read the message.
1180
1181 SB is an alias for SEND NOPRIVATE (or send a bulletin in BBS speak)
1182 SP is an alias for SEND PRIVATE
1183
1184 The system will ask you for a subject. Conventionally this should be 
1185 no longer than 29 characters for compatibility. Most modern cluster
1186 software should accept more.
1187
1188 You will now be prompted to start entering your text. 
1189
1190 You finish the message by entering '/EX' on a new line. For instance:
1191
1192   ...
1193   bye then Jim
1194   73 Dirk
1195   /ex
1196
1197 If you have started a message and you don't want to keep it then you
1198 can abandon the message with '/ABORT' on a new line, like:-
1199
1200   line 1
1201   line 2
1202   oh I just can't be bothered with this
1203   /abort
1204
1205 If you abort the message it will NOT be sent.
1206
1207 When you are entering the text of your message, most normal output (such
1208 as DX announcements and so on are suppressed and stored for latter display
1209 (upto 20 such lines are stored, as new ones come along, so the oldest
1210 lines are dropped).
1211
1212 Also, you can enter normal commands commands (and get the output 
1213 immediately) whilst in the middle of a message. You do this by typing
1214 the command preceeded by a '/' character on a new line, so:-
1215
1216   /dx g1tlh 144010 strong signal
1217
1218 Will issue a dx annoucement to the rest of the cluster. 
1219
1220 Also, you can add the output of a command to your message by preceeding 
1221 the command with '//', thus :-
1222
1223   //sh/vhftable
1224
1225 This will show YOU the output from SH/VHFTABLE and also store it in the
1226 message. 
1227
1228 You can carry on with the message until you are ready to send it. 
1229 === 0^SET/ADDRESS <your address>^Record your postal address
1230
1231 === 0^SET/ANNOUNCE^Allow announce messages to come out on your terminal
1232 === 0^UNSET/ANNOUNCE^Stop announce messages coming out on your terminal
1233
1234 === 0^SET/ANNTALK^Allow talk like announce messages on your terminal
1235 === 0^UNSET/ANNTALK^Stop talk like announce messages on your terminal
1236 The announce system on legacy cluster nodes is used as a talk 
1237 substitute because the network is so poorly connected. If you:
1238
1239   unset/anntalk
1240
1241 you will suppress several of these announces, you may miss the odd 
1242 useful one as well, but you would probably miss them anyway in the
1243 welter of useless ones.
1244
1245   set/anntalk 
1246
1247 allows you to see them again. This is the default.
1248
1249 === 5^SET/ARCLUSTER <call> [<call>..]^Make the callsign an AR-Cluster node
1250
1251 === 8^SET/BADDX <call>..^Stop callsigns in a dx spot being propagated
1252 === 8^UNSET/BADDX <call>..^Propagate a dx spot with this callsign again
1253 Setting a word as 'baddx' will prevent spots with that word in the
1254 'spotted' field (as in: DX 14001.1 FR0G)of a DX spot from going any
1255 further. They will not be displayed and they will not be sent onto
1256 other nodes.
1257
1258 The word must be written in full, no wild cards are allowed eg:-
1259
1260   set/baddx FORSALE VIDEO FR0G
1261
1262 To allow a word again, use the following command ...
1263
1264   unset/baddx VIDEO
1265
1266 === 8^SET/BADNODE <call>..^Stop spots from this node being propagated
1267 === 8^UNSET/BADNODE <call>..^Allow spots from this node again
1268 Setting a callsign as a 'badnode' will prevent spots from that node 
1269 going any further. They will not be displayed and they will not be 
1270 sent onto other nodes.
1271
1272 The call must be a full eg:-
1273
1274   set/badnode K1TTT 
1275
1276 will stop anything from K1TTT. If you want SSIDs as well then you must
1277 enter them specifically.
1278
1279   unset/badnode K1TTT
1280
1281 will allow spots from him again.
1282
1283 Use with extreme care. This command may well be superceeded by FILTERing.
1284
1285 === 8^SET/BADSPOTTER <call>..^Stop spots from this callsign being propagated
1286 === 8^UNSET/BADSPOTTER <call>..^Allow spots from this callsign again
1287 Setting a callsign as a 'badspotter' will prevent spots from this callsign 
1288 going any further. They will not be displayed and they will not be 
1289 sent onto other nodes.
1290
1291 The call must be written in full, no wild cards are allowed eg:-
1292
1293   set/badspotter VE2STN 
1294
1295 will stop anything from VE2STN. If you want SSIDs as well then you must
1296 enter them specifically.
1297
1298   unset/badspotter VE2STN
1299
1300 will allow spots from him again.
1301
1302 Use with extreme care. This command may well be superceded by FILTERing.
1303
1304 === 8^SET/BADWORD <word>..^Stop things with this word being propagated
1305 === 8^UNSET/BADWORD <word>..^Propagate things with this word again
1306 Setting a word as a 'badword' will prevent things like spots,
1307 announces or talks with this word in the the text part from going any
1308 further. They will not be displayed and they will not be sent onto
1309 other nodes.
1310
1311 The word must be written in full, no wild cards are allowed eg:-
1312
1313   set/badword annihilate annihilated annihilation 
1314
1315 will stop anything with these words in the text.
1316
1317   unset/badword annihilated
1318
1319 will allow text with this word again.
1320
1321 === 0^SET/BEEP^Add a beep to DX and other messages on your terminal
1322 === 0^UNSET/BEEP^Stop beeps for DX and other messages on your terminal
1323
1324 === 5^SET/BBS <call> [<call>..]^Make the callsign a BBS
1325
1326 === 5^SET/CLX <call> [<call>..]^Make the callsign an CLX node
1327
1328 === 9^SET/DEBUG <name>^Add a debug level to the debug set
1329 === 9^UNSET/DEBUG <name>^Remove a debug level from the debug set
1330 You can choose to log several different levels.  The levels are
1331
1332 chan
1333 state
1334 msg
1335 cron
1336 connect
1337
1338 You can show what levels you are logging with SHOW/DEBUG
1339
1340 === 0^SET/DX^Allow DX messages to come out on your terminal
1341 === 0^UNSET/DX^Stop DX messages coming out on your terminal
1342
1343 === 0^SET/DXGRID^Allow QRA Grid Squares on the end of DX announcements
1344 === 0^UNSET/DXGRID^Stop QRA Grid Squares on the end of DX announcements
1345 A standard feature which is enabled in version 1.43 and above is 
1346 that if the spotter's grid square is known it is output on the end
1347 of a DX announcement (there is just enough room). Some user programs
1348 cannot cope with this. You can use this command to reset (or set)
1349 this feature.
1350
1351 === 5^SET/DXNET <call> [<call>..]^Make the callsign an DXNet node
1352
1353 === 0^SET/ECHO^Make the cluster echo your input
1354 === 0^UNSET/ECHO^Stop the cluster echoing your input
1355 If you are connected via a telnet session, different implimentations
1356 of telnet handle echo differently depending on whether you are 
1357 connected via port 23 or some other port. You can use this command
1358 to change the setting appropriately. 
1359
1360 The setting is stored in your user profile.
1361
1362 YOU DO NOT NEED TO USE THIS COMMAND IF YOU ARE CONNECTED VIA AX25.
1363
1364 === 0^SET/EMAIL <email> ...^Set email address(es) and forward your personals
1365 === 0^UNSET/EMAIL^Stop personal msgs being forwarded by email
1366 If any personal messages come in for your callsign then you can use
1367 these commands to control whether they are forwarded onto your email
1368 address. To enable the forwarding do something like:-
1369
1370   SET/EMAIL mike.tubby@somewhere.com
1371
1372 You can have more than one email address (each one separated by a space).
1373 Emails are forwarded to all the email addresses you specify.
1374
1375 You can disable forwarding by:-
1376
1377   UNSET/EMAIL
1378
1379 === 0^SET/HERE^Tell the system you are present at your terminal
1380 === 0^UNSET/HERE^Tell the system you are absent from your terminal
1381
1382 === 0^SET/HOMENODE <node> ^Set your normal cluster callsign
1383 Tell the cluster system where you normally connect to. Any Messages sent
1384 to you will normally find their way there should you not be connected.
1385 eg:-
1386   SET/HOMENODE gb7djk
1387
1388 === 8^SET/HOPS <call> ann|spots|route|wwv|wcy <n>^Set hop count  
1389 === 8^UNSET/HOPS <call> ann|spots|route|wwv|wcy^Unset hop count  
1390 Set the hop count for a particular type of broadcast for a node.
1391
1392 This command allows you to set up special hop counts for a node 
1393 for currently: announce, spots, wwv and wcy broadcasts.
1394
1395 eg:
1396   set/hops gb7djk ann 10
1397   set/hops gb7mbc spots 20
1398
1399 Set SHOW/HOPS for information on what is already set. This command
1400 creates a filter and works in conjunction with the filter system. 
1401
1402 You can unset the hops with command UNSET/HOPS. For example:-
1403
1404   unset/hops gb7djk ann
1405   unset/hops gb7mbc spots
1406
1407
1408 === 9^SET/ISOLATE^Isolate a node from the rest of the network
1409 Connect a node to your system in such a way that you are a full protocol
1410 member of its network and can see all spots on it, but nothing either leaks
1411 out from it nor goes back into from the rest of the nodes connected to you.
1412
1413 You can potentially connect several nodes in this way.
1414  
1415 === 9^UNSET/ISOLATE^Stop Isolation of a node from the rest of the network
1416 Remove isolation from a node - SET/ISOLATE
1417
1418 === 0^SET/LANGUAGE <lang>^Set the language you want to use
1419 You can select the language that you want the cluster to use. Currently
1420 the languages available are en (English), de (German), es (Spanish) 
1421 and nl (Dutch).
1422
1423 === 0^SET/LOCATION <lat & long>^Set your latitude and longitude
1424 === 9^SET/SYS_LOCATION <lat & long>^Set your cluster latitude and longitude
1425 In order to get accurate headings and such like you must tell the system
1426 what your latitude and longitude is. If you have not yet done a SET/QRA
1427 then this command will set your QRA locator for you. For example:-
1428   SET/LOCATION 52 22 N 0 57 E
1429
1430 === 0^SET/LOGININFO^Inform when a station logs in locally
1431 === 0^UNSET/LOGININFO^Inform when a station logs out locally
1432
1433 === 9^SET/LOCKOUT <call>^Stop a callsign connecting to the cluster
1434 === 9^UNSET/LOCKOUT <call>^Allow a callsign to connect to the cluster
1435
1436 === 0^SET/NAME <your name>^Set your name
1437 Tell the system what your name is eg:-
1438   SET/NAME Dirk
1439
1440 === 5^SET/NODE <call> [<call>..]^Make the callsign an AK1A cluster
1441 Tell the system that the call(s) are to be treated as AK1A cluster and
1442 fed PC Protocol rather normal user commands.
1443
1444 === 8^SET/OBSCOUNT <count> <nodecall>^Set the 'pump-up' obscelence counter 
1445 From 1.35 onwards neighbouring nodes are pinged at regular intervals (see
1446 SET/PINGINTERVAL), usually 300 seconds or 5 minutes. There is a 'pump-up'
1447 counter which is decremented on every outgoing ping and then reset to
1448 the 'obscount' value on every incoming ping. The default value of this
1449 parameter is 2. 
1450
1451 What this means is that a neighbouring node will be pinged twice at 
1452 (default) 300 second intervals and if no reply has been heard just before
1453 what would be the third attempt, that node is disconnected.
1454
1455 If a ping is heard then the obscount is reset to the full value. Using
1456 default values, if a node has not responded to a ping within 15 minutes,
1457 it is disconnected.
1458
1459 You can set this parameter between 1 and 9.
1460
1461 It is STRONGLY recommended that you don't change the default.
1462
1463 === 0^SET/PAGE <lines per page>^Set the lines per page
1464 Tell the system how many lines you wish on a page when the number of line
1465 of output from a command is more than this. The default is 20. Setting it
1466 explicitly to 0 will disable paging. 
1467   SET/PAGE 30
1468   SET/PAGE 0
1469
1470 The setting is stored in your user profile.
1471
1472 === 9^SET/PINGINTERVAL <time> <nodecall>^Set ping time to neighbouring nodes 
1473 As from release 1.35 all neighbouring nodes are pinged at regular intervals
1474 in order to determine the rolling quality of the link and, in future, to
1475 affect routing decisions. The default interval is 300 secs or 5 minutes.
1476
1477 You can use this command to set a different interval. Please don't. 
1478
1479 But if you do the value you enter is treated as minutes up 30 and seconds
1480 for numbers greater than that.
1481
1482 This is used also to help determine when a link is down at the far end
1483 (as certain cluster software doesn't always notice), see SET/OBSCOUNT
1484 for more information.
1485
1486 If you must change it (and it may be useful for internet connected nodes
1487 on dynamic IP addresses that go away after a set time of usage) the time
1488 can be specified as:-
1489
1490   5      which if less than 30 is converted to minutes otherwise is 
1491          taken as the no of seconds between pings. 
1492   120s   120 seconds
1493   5m     5 minutes
1494   1h     1 hour
1495
1496 Please be aware that this causes traffic to occur on the link, setting 
1497 this value too low may annoy your neighbours beyond the point of 
1498 endurance!
1499
1500 You can switch this off by setting it to 0.
1501
1502 === 9^SET/PRIVILEGE <n> <call> [<call..]^Set privilege level on a call
1503 Set the privilege level on a callsign. The privilege levels that pertain
1504 to commands are as default:-
1505   0 - normal user
1506   1 - allow remote nodes normal user RCMDs
1507   5 - various privileged commands (including shutdown, but not disc-
1508       connect), the normal level for another node.
1509   8 - more privileged commands (including disconnect)
1510   9 - local sysop privilege. DO NOT SET ANY REMOTE USER OR NODE TO THIS
1511       LEVEL.
1512 If you are a sysop and you come in as a normal user on a remote connection
1513 your privilege will automatically be set to 0.
1514
1515 === 0^UNSET/PRIVILEGE^Remove any privilege for this session
1516 You can use this command to 'protect' this session from unauthorised
1517 use. If you want to get your normal privilege back you will need to
1518 either logout and login again (if you are on a console) or use the
1519 SYSOP command.
1520
1521 === 9^SET/PASSWORD <callsign> <string>^Set a users password
1522 The password for a user can only be set by a full sysop. The string
1523 can contain any characters. 
1524
1525 The way this field is used depends on context. If it is being used in
1526 the SYSOP command context then you are offered 5 random numbers and you
1527 have to supply the corresponding letters. This is now mainly for ax25
1528 connections.
1529
1530 If it is being used on incoming telnet connections then, if a password
1531 is set or the:
1532
1533   set/var $main::passwdreq = 1
1534
1535 command is executed in the startup script, then a password prompt is
1536 given after the normal 'login: ' prompt.  
1537
1538 === 0^SET/PASSWORD^Set your own password
1539 This command only works for a 'telnet' user (currently). It will
1540 only work if you have a password already set. This initial password
1541 can only be set by the sysop.
1542
1543 When you execute this command it will ask you for your old password,
1544 then ask you to type in your new password twice (to make sure you
1545 get it right). You may or may not see the data echoed on the screen
1546 as you type, depending on the type of telnet client you have.
1547
1548 === 9^UNSET/PASSWORD <call> ...^Delete (remove) a user's password
1549 This command allows the sysop to completely delete and remove a 
1550 password for a user. 
1551
1552 === 0^SET/PROMPT <string>^Set your prompt to <string>
1553 === 0^UNSET/PROMPT^Set your prompt back to default
1554 This command will set your user prompt to exactly the string that you 
1555 say. The point of this command to enable a user to interface to programs
1556 that are looking for a specific prompt (or else you just want a different
1557 fixed prompt).
1558
1559   SET/PROMPT clx >
1560
1561 UNSET/PROMPT will undo the SET/PROMPT command and set you prompt back to
1562 normal.
1563
1564 === 5^SET/SPIDER <call> [<call>..]^Make the callsign an DXSpider node
1565 Tell the system that the call(s) are to be treated as DXSpider node and
1566 fed new style DX Protocol rather normal user commands.
1567
1568 === 9^SET/SYS_QRA <locator>^Set your cluster QRA Grid locator
1569 === 0^SET/QRA <locator>^Set your QRA Grid locator
1570 Tell the system what your QRA (or Maidenhead) locator is. If you have not
1571 done a SET/LOCATION then your latitude and longitude will be set roughly
1572 correctly (assuming your locator is correct ;-). For example:-
1573   SET/QRA JO02LQ
1574
1575 === 0^SET/QTH <your qth>^Set your QTH
1576 Tell the system where you are. For example:-
1577   SET/QTH East Dereham, Norfolk
1578
1579 === 9^SET/REGISTER <call> ...^Mark a user as registered
1580 === 9^UNSET/REGISTER <call> ...^Mark a user as not registered
1581 Registration is a concept that you can switch on by executing the
1582
1583   set/var $main::regreq = 1 
1584
1585 command (usually in your startup file)
1586
1587 If a user is NOT registered then, firstly, instead of the normal
1588 motd file (/spider/data/motd) being sent to the user at startup, the
1589 user is sent the motd_nor file instead. Secondly, the non registered
1590 user only has READ-ONLY access to the node. The non-registered user
1591 cannot use DX, ANN etc. 
1592
1593 The only exception to this is that a non-registered user can TALK or
1594 SEND messages to the sysop.
1595  
1596 === 0^SET/TALK^Allow TALK messages to come out on your terminal
1597 === 0^UNSET/TALK^Stop TALK messages coming out on your terminal
1598
1599 === 0^SET/WCY^Allow WCY messages to come out on your terminal
1600 === 0^UNSET/WCY^Stop WCY messages coming out on your terminal
1601
1602 === 0^SET/WWV^Allow WWV messages to come out on your terminal
1603 === 0^UNSET/WWV^Stop WWV messages coming out on your terminal
1604
1605 === 0^SET/WX^Allow WX messages to come out on your terminal
1606 === 0^UNSET/WX^Stop WX messages coming out on your terminal
1607
1608 === 1^SHOW/BADDX^Show all the bad dx calls in the system
1609 Display all the bad dx callsigns in the system, see SET/BADDX
1610 for more information.
1611
1612 === 1^SHOW/BADNODE^Show all the bad nodes in the system
1613 Display all the bad node callsigns in the system, see SET/BADNODE
1614 for more information.
1615
1616 === 1^SHOW/BADSPOTTER^Show all the bad spotters in the system
1617 Display all the bad spotter's callsigns in the system, see SET/BADSPOTTER
1618 for more information.
1619
1620 === 1^SHOW/BADWORD^Show all the bad words in the system
1621 Display all the bad words in the system, see SET/BADWORD
1622 for more information.
1623
1624 === 0^SHOW/CONFIGURATION [<node>]^Show all the nodes and users visible
1625 This command allows you to see all the users that can be seen
1626 and the nodes to which they are connected.
1627
1628 This command is normally abbreviated to: sh/c
1629
1630 BE WARNED: the list that is returned can be VERY long
1631
1632 === 0^SHOW/CONFIGURATION/NODE^Show all the nodes connected locally
1633 Show all the nodes connected to this node.
1634
1635 === 1^SHOW/CONNECT^Show all the active connections
1636 This command shows information on all the active connections known to
1637 the node. This command gives slightly more information than WHO.
1638
1639 === 0^SHOW/DATE [<prefix>|<callsign>]^Show the local time 
1640 This is very nearly the same as SHOW/TIME, the only difference the format
1641 of the date string if no arguments are given.
1642
1643 If no prefixes or callsigns are given then this command returns the local
1644 time and UTC as the computer has it right now. If you give some prefixes
1645 then it will show UTC and UTC + the local offset (not including DST) at
1646 the prefixes or callsigns that you specify.
1647
1648 === 9^SHOW/DEBUG^Show what levels of debug information you are logging
1649
1650 === 0^SHOW/DX^Interrogate the spot database
1651 If you just type SHOW/DX you will get the last so many spots
1652 (sysop configurable, but usually 10).
1653    
1654 In addition you can add any number of these commands in very nearly
1655 any order to the basic SHOW/DX command, they are:-
1656    
1657 on <band>       - eg 160m 20m 2m 23cm 6mm
1658 on <region>     - eg hf vhf uhf shf      (see SHOW/BANDS)
1659 on <from>/<to>  - eg 1000/4000 14000-30000  (in Khz)
1660    <from>-<to>
1661    
1662 <number>        - the number of spots you want
1663 <from>-<to>     - <from> spot no <to> spot no in the selected list
1664 <from>/<to>
1665    
1666 <prefix>        - for a spotted callsign beginning with <prefix>
1667 *<suffix>       - for a spotted callsign ending in <suffix>
1668 *<string>*      - for a spotted callsign containing <string>
1669    
1670 day <number>    - starting <number> days ago
1671 day <from>-<to> - <from> days <to> days ago
1672     <from>/<to>   
1673
1674 info <text>     - any spots containing <text> in the info or remarks
1675    
1676 by <call>       - any spots spotted by <call> (spotter <call> is the 
1677                   same).
1678
1679 qsl             - this automatically looks for any qsl info on the call
1680                   held in the spot database.
1681
1682 iota [<iota>]   - If the iota island number is missing it will look for
1683                   the string iota and anything which looks like an iota
1684                   island number. If you specify then it will look for  
1685                   that island.
1686
1687 qra [<locator>] - this will look for the specific locator if you specify
1688                   one or else anything that looks like a locator.
1689
1690 dxcc            - treat the prefix as a 'country' and look for spots
1691                   from that country regardless of actual prefix.
1692                   eg dxcc oq2 
1693                   
1694                   You can also use this with the 'by' keyword so 
1695                   eg by W dxcc  
1696    
1697 e.g. 
1698    
1699    SH/DX 9m0
1700    SH/DX on 20m info iota
1701    SH/DX 9a on vhf day 30
1702    SH/DX rf1p qsl
1703    SH/DX iota 
1704    SH/DX iota eu-064
1705    SH/DX qra jn86
1706    SH/DX dxcc oq2
1707    SH/DX dxcc oq2 by w dxcc
1708   
1709 === 0^SHOW/DXCC <prefix>^Interrogate the spot database by country
1710 This command takes the <prefix> (which can be a full or partial 
1711 callsign if desired), looks up which internal country number it is
1712 and then displays all the spots as per SH/DX for that country.
1713
1714 This is now an alias for 'SHOW/DX DXCC' 
1715    
1716 The options for SHOW/DX also apply to this command.   
1717 e.g. 
1718    
1719    SH/DXCC G
1720    SH/DXCC W on 20m iota
1721
1722 This can be done with the SHOW/DX command like this:-
1723
1724    SH/DX dxcc g
1725    SH/DX dxcc w on 20m iota
1726
1727 === 0^SHOW/DXSTATS^Show the DX Statistics for last 31 days
1728 Show the total DX spots for the last 31 days
1729
1730 === 0^SHOW/FILES [<filearea> [<string>]]^List the contents of a filearea
1731 SHOW/FILES on its own will show you a list of the various fileareas
1732 available on the system. To see the contents of a particular file
1733 area type:-
1734    SH/FILES <filearea>
1735 where <filearea> is the name of the filearea you want to see the 
1736 contents of.
1737
1738 You can also use shell globbing characters like '*' and '?' in a
1739 string to see a selection of files in a filearea eg:-
1740    SH/FILES bulletins arld*
1741
1742 See also TYPE - to see the contents of a file.
1743
1744 === 0^SHOW/FILTER^Show the contents of all the filters you have set
1745 Show the contents of all the filters that are set. This command displays
1746 all the filters set - for all the various categories.
1747
1748 === 0^SHOW/HFSTATS^Show the HF DX Statistics for last 31 days 
1749 Show the HF DX spots breakdown by band for the last 31 days
1750
1751 === 0^SHOW/HFTABLE^Show the HF DX Spotter Table for your country
1752 Show the HF DX Spotter table for your country for the last 31 days
1753
1754 === 8^SHOW/HOPS <call> [ann|spots|route|wcy|wwv]^Show the hop counts for a node
1755 This command shows the hop counts set up for a node. You can specify
1756 which category you want to see. If you leave the category out then 
1757 all the categories will be listed.
1758  
1759 === 1^SHOW/ISOLATE^Show list of ISOLATED nodes
1760
1761 === 9^SHOW/LOCKOUT <prefix>|ALL^Show the list of locked out or excluded callsigns
1762
1763 === 8^SHOW/LOG [<callsign>]^Show excerpts from the system log
1764 This command outputs a short section of the system log.  On its own
1765 it will output a general logfile.  With the optional callsign it will
1766 show output from the log associated with that callsign.
1767
1768 === 0^SHOW/MOON [<prefix>|<callsign>]^Show Moon rise and set times
1769 Show the Moon rise and set times for a (list of) prefixes or callsigns, 
1770 together with the azimuth and elevation of the sun currently at those
1771 locations.
1772
1773 If you don't specify any prefixes or callsigns, it will show the times for
1774 your QTH (assuming you have set it with either SET/LOCATION or SET/QRA),
1775 together with the current azimuth and elevation.
1776
1777 In addition, it will show the gain or loss dB relative to the nominal 
1778 distance of 385,000Km due to the ellipsoidal nature of the orbit.
1779
1780 If all else fails it will show the Moonrise and set times for the node
1781 that you are connected to. 
1782
1783 For example:-
1784
1785   SH/MOON
1786   SH/MOON G1TLH W5UN
1787
1788 You can also use this command to see into the past or the future, so
1789 if you want to see yesterday's times then do:-
1790
1791   SH/MOON -1 
1792
1793 or in three days time:-
1794
1795   SH/MOON +3 W9
1796
1797 === 0^SHOW/MUF <prefix> [<hours>][long]^Show the likely propagation to a prefix
1798 This command allow you to estimate the likelihood of you contacting
1799 a station with the prefix you have specified. The output assumes a modest
1800 power of 20dBW and receiver sensitivity of -123dBm (about 0.15muV/10dB SINAD)
1801
1802 The result predicts the most likely operating frequencies and signal
1803 levels for high frequency (shortwave) radio propagation paths on
1804 specified days of the year and hours of the day. It is most useful for
1805 paths between 250 km and 6000 km, but can be used with reduced accuracy
1806 for paths shorter or longer than this.
1807
1808 The command uses a routine MINIMUF 3.5 developed by the U.S. Navy and
1809 used to predict the MUF given the predicted flux, day of the year,
1810 hour of the day and geographic coordinates of the transmitter and
1811 receiver. This routine is reasonably accurate for the purposes here,
1812 with a claimed RMS error of 3.8 MHz, but much smaller and less complex
1813 than the programs used by major shortwave broadcasting organizations,
1814 such as the Voice of America.
1815
1816 The command will display some header information detailing its
1817 assumptions, together with the locations, latitude and longitudes and
1818 bearings. It will then show UTC (UT), local time at the other end
1819 (LT), calculate the MUFs, Sun zenith angle at the midpoint of the path
1820 (Zen) and the likely signal strengths. Then for each frequency for which
1821 the system thinks there is a likelihood of a circuit it prints a value.
1822
1823 The value is currently a likely S meter reading based on the conventional
1824 6dB / S point scale. If the value has a '+' appended it means that it is
1825 1/2 an S point stronger. If the value is preceeded by an 'm' it means that
1826 there is likely to be much fading and by an 's' that the signal is likely
1827 to be noisy.  
1828
1829 By default SHOW/MUF will show the next two hours worth of data. You
1830 can specify anything up to 24 hours worth of data by appending the no of
1831 hours required after the prefix. For example:-
1832
1833   SH/MUF W
1834
1835 produces:
1836
1837   RxSens: -123 dBM SFI: 159   R: 193   Month: 10   Day: 21
1838   Power :   20 dBW    Distance:  6283 km    Delay: 22.4 ms
1839   Location                       Lat / Long           Azim
1840   East Dereham, Norfolk          52 41 N 0 57 E         47
1841   United-States-W                43 0 N 87 54 W        299
1842   UT LT  MUF Zen  1.8  3.5  7.0 10.1 14.0 18.1 21.0 24.9 28.0 50.0
1843   18 23 11.5 -35  mS0+ mS2   S3
1844   19  0 11.2 -41  mS0+ mS2   S3
1845
1846 indicating that you will have weak, fading circuits on top band and 
1847 80m but usable signals on 40m (about S3).
1848
1849 inputing:-
1850
1851   SH/MUF W 24
1852
1853 will get you the above display, but with the next 24 hours worth of
1854 propagation data.
1855
1856   SH/MUF W L 24
1857   SH/MUF W 24 Long
1858
1859 Gives you an estimate of the long path propagation characterics. It
1860 should be noted that the figures will probably not be very useful, nor
1861 terrible accurate, but it is included for completeness.
1862
1863 === 0^SHOW/NEWCONFIGURATION [<node>]^Show all the nodes and users visible
1864 This command allows you to see all the users that can be seen
1865 and the nodes to which they are connected. 
1866
1867 This command produces essentially the same information as 
1868 SHOW/CONFIGURATION except that it shows all the duplication of
1869 any routes that might be present It also uses a different format
1870 which may not take up quite as much space if you don't have any
1871 loops.
1872
1873 BE WARNED: the list that is returned can be VERY long
1874
1875 === 0^SHOW/NEWCONFIGURATION/NODE^Show all the nodes connected locally
1876 Show all the nodes connected to this node in the new format.
1877
1878 === 1^SHOW/NODE [<callsign> ...]^Show the type and version number of nodes
1879 Show the type and version (if connected) of the nodes specified on the
1880 command line. If no callsigns are specified then a sorted list of all
1881 the non-user callsigns known to the system will be displayed.
1882
1883 === 0^SHOW/PREFIX <callsign>^Interrogate the prefix database 
1884 This command takes the <callsign> (which can be a full or partial 
1885 callsign or a prefix), looks up which internal country number 
1886 it is and then displays all the relevant prefixes for that country
1887 together with the internal country no, the CQ and ITU regions. 
1888
1889 See also SHOW/DXCC
1890
1891 === 5^SHOW/PROGRAM^Show the locations of all the included program modules
1892 Show the name and location where every program module was load from. This
1893 is useful for checking where you think you have loaded a .pm file from. 
1894
1895 === 0^SHOW/QRA <locator> [<locator>]^Show distance between QRA Grid locators
1896 === 0^SHOW/QRA <lat> <long>^Convert lat/long to a QRA Grid locator
1897 This is a multipurpose command that allows you either to calculate the
1898 distance and bearing between two locators or (if only one locator is
1899 given on the command line) the distance and beraing from your station
1900 to the locator. For example:-
1901
1902 SH/QRA IO92QL 
1903 SH/QRA JN06 IN73
1904
1905 The first example will show the distance and bearing to the locator from
1906 yourself, the second example will calculate the distance and bearing from
1907 the first locator to the second. You can use 4 or 6 character locators.
1908
1909 It is also possible to convert a latitude and longitude to a locator by 
1910 using this command with a latitude and longitude as an argument, for
1911 example:-
1912
1913 SH/QRA 52 41 N 0 58 E
1914
1915 === 0^SHOW/QRZ <callsign>^Show any callbook details on a callsign
1916 This command queries the QRZ callbook server on the internet
1917 and returns any information available for that callsign. This service
1918 is provided for users of this software by http://www.qrz.com 
1919
1920 === 9^SHOW/REGISTERED [<prefix>]^Show the registered users
1921
1922 === 0^SHOW/ROUTE <callsign> ...^Show the route to the callsign
1923 This command allows you to see to which node the callsigns specified are
1924 connected. It is a sort of inverse sh/config.
1925
1926 sh/route n2tly
1927
1928 === 0^SHOW/SATELLITE <name> [<hours> <interval>]^Show tracking data
1929 Show the tracking data from your location to the satellite of your choice
1930 from now on for the next few hours.
1931
1932 If you use this command without a satellite name it will display a list
1933 of all the satellites known currently to the system. 
1934
1935 If you give a name then you can obtain tracking data of all the passes
1936 that start and finish 5 degrees below the horizon. As default it will
1937 give information for the next three hours for every five minute period.
1938
1939 You can alter the number of hours and the step size, within certain 
1940 limits. 
1941
1942 Each pass in a period is separated with a row of '-----' characters
1943
1944 So for example:-
1945
1946 SH/SAT AO-10 
1947 SH/SAT FENGYUN1 12 2
1948
1949 === 6^SHOW/STATION ALL [<regex>]^Show list of users in the system
1950 === 0^SHOW/STATION [<callsign> ..]^Show information about a callsign
1951 Show the information known about a callsign and whether (and where)
1952 that callsign is connected to the cluster.
1953
1954   SH/ST G1TLH
1955
1956 If no callsign is given then show the information for yourself.
1957
1958 === 0^SHOW/SUN [+/- days][<prefix>|<callsign>]^Show sun rise and set times
1959 Show the sun rise and set times for a (list of) prefixes or callsigns, 
1960 together with the azimuth and elevation of the sun currently at those
1961 locations.
1962
1963 If you don't specify any prefixes or callsigns, it will show the times for
1964 your QTH (assuming you have set it with either SET/LOCATION or SET/QRA),
1965 together with the current azimuth and elevation.
1966
1967 If all else fails it will show the sunrise and set times for the node
1968 that you are connected to. 
1969
1970 For example:-
1971
1972   SH/SUN
1973   SH/SUN G1TLH K9CW ZS
1974
1975 You can also use this command to see into the past or the future, so
1976 if you want to see yesterday's times then do:-
1977
1978   SH/SUN -1 
1979
1980 or in three days time:-
1981
1982   SH/SUN +3 W9
1983
1984 === 0^SHOW/TIME [<prefix>|<callsign>]^Show the local time 
1985 If no prefixes or callsigns are given then this command returns the local
1986 time and UTC as the computer has it right now. If you give some prefixes
1987 then it will show UTC and UTC + the local offset (not including DST) at
1988 the prefixes or callsigns that you specify.
1989
1990 === 0^SHOW/VHFSTATS^Show the VHF DX Statistics for last 31 days
1991 Show the VHF DX spots breakdown by band for the last 31 days
1992
1993 === 0^SHOW/VHFTABLE^Show the VHF DX Spotter Table for your country
1994 Show the VHF DX Spotter table for your country for the last 31 days
1995
1996 === 0^SHOW/WCY^Show last 10 WCY broadcasts
1997 === 0^SHOW/WCY <n>^Show last <n> WCY broadcasts
1998 Display the most recent WCY information that has been received by the system
1999
2000 === 0^SHOW/WWV^Show last 10 WWV broadcasts
2001 === 0^SHOW/WWV <n>^Show last <n> WWV broadcasts
2002 Display the most recent WWV information that has been received by the system
2003
2004 === 5^SHUTDOWN^Shutdown the cluster
2005 Shutdown the cluster and disconnect all the users 
2006
2007 === 9^SPOOF <call> <command>^Do a command as though you are another user
2008 This command is provided so that sysops can set a user's parameters without
2009 me having to write a special 'sysop' version for every user command. It
2010 allows you to pretend that you are doing the command as the user you specify.
2011
2012 eg:-
2013
2014    SPOOF G1TLH set/name Dirk
2015    SPOOF G1TLH set/qra JO02LQ
2016
2017 === 5^STAT/DB <dbname>^Show the status of a database
2018 Show the internal status of a database descriptor.
2019
2020 Depending on your privilege level you will see more or less information. 
2021 This command is unlikely to be of much use to anyone other than a sysop.
2022
2023 === 5^STAT/CHANNEL [<callsign>]^Show the status of a channel on the cluster
2024 Show the internal status of the channel object either for the channel that 
2025 you are on or else for the callsign that you asked for.
2026
2027 Only the fields that are defined (in perl term) will be displayed.
2028
2029 === 1^STAT/MSG^Show the status of the message system
2030 === 1^STAT/MSG <msgno>^Show the status of a message
2031 This command shows the internal status of a message and includes information
2032 such as to whom it has been forwarded, its size, origin etc etc.
2033
2034 If no message number is given then the status of the message system is 
2035 displayed.
2036
2037 === 5^STAT/ROUTE_NODE <callsign>^Show the data in a Route::Node object
2038 === 5^STAT/ROUTE_NODE all^Show list of all Route::Node objects
2039
2040 === 5^STAT/ROUTE_USER <callsign>^Show the data in a Route::User object
2041 === 5^STAT/ROUTE_USER all^Show list of all Route::User objects
2042
2043 === 5^STAT/USER [<callsign>]^Show the full status of a user
2044 Shows the full contents of a user record including all the secret flags
2045 and stuff.
2046
2047 Only the fields that are defined (in perl term) will be displayed.
2048
2049 === 0^SYSOP^Regain your privileges if you login remotely
2050 The system automatically reduces your privilege level to that of a
2051 normal user if you login in remotely. This command allows you to
2052 regain your normal privilege level. It uses the normal system: five
2053 numbers are returned that are indexes into the character array that is
2054 your assigned password (see SET/PASSWORD). The indexes start from
2055 zero.
2056
2057 You are expected to return a string which contains the characters
2058 required in the correct order. You may intersperse those characters
2059 with others to obscure your reply for any watchers. For example (and
2060 these values are for explanation :-):
2061
2062   password = 012345678901234567890123456789
2063   > sysop
2064   22 10 15 17 3
2065 you type:-
2066  aa2bbbb0ccc5ddd7xxx3n
2067  or 2 0 5 7 3
2068  or 20573
2069
2070 They will all match. If there is no password you will still be offered
2071 numbers but nothing will happen when you input a string. Any match is
2072 case sensitive.
2073
2074 === 0^TALK <call> [<text>]^Send a text message to another station
2075 === 0^TALK <call> > <node> [<text>]^Send a text message to another station via a node
2076 Send a short message to any other station that is visible on the cluster
2077 system. You can send it to anyone you can see with a SHOW/CONFIGURATION 
2078 command, they don't have to be connected locally.
2079
2080 The second form of TALK is used when other cluster nodes are connected
2081 with restricted information. This usually means that they don't send 
2082 the user information usually associated with logging on and off the cluster.
2083
2084 If you know that G3JNB is likely to be present on GB7TLH, but you can only
2085 see GB7TLH in the SH/C list but with no users, then you would use the
2086 second form of the talk message.
2087
2088 If you want to have a ragchew with someone you can leave the text message
2089 out and the system will go into 'Talk' mode. What this means is that a
2090 short message is sent to the recipient telling them that you are in a
2091 'Talking' frame of mind and then you just type - everything you send will
2092 go to the station that you asked for. 
2093
2094 All the usual announcements, spots and so on will still come out on your
2095 terminal.
2096
2097 If you want to do something (such as send a spot) you preceed the normal 
2098 command with a '/' character, eg:-
2099
2100    /DX 14001 G1TLH What's a B class licensee doing on 20m CW?
2101    /HELP talk
2102
2103 To leave talk mode type:
2104    
2105    /EX
2106
2107 If you are in 'Talk' mode, there is an extention to the '/' command which
2108 allows you to send the output to all the people you are talking to. You do 
2109 with the '//' command. For example:-
2110
2111   //sh/hftable
2112
2113 will send the hftable as you have it to all the people you are currently 
2114 talking to.
2115
2116 === 0^TYPE <filearea>/<name>^Look at the contents of a file in one of the fileareas
2117 Type out the contents of a file in a filearea. So, for example, in 
2118 filearea 'bulletins' you want to look at file 'arld051' you would 
2119 enter:-
2120    TYPE bulletins/arld051
2121
2122 See also SHOW/FILES to see what fileareas are available and a 
2123 list of content.
2124
2125 === 0^WHO^Show who is physically connected
2126 This is a quick listing that shows which callsigns are connected and
2127 what sort of connection they have
2128
2129 === 0^WX <text>^Send a weather message to local users
2130 === 0^WX FULL <text>^Send a weather message to all cluster users
2131 === 5^WX SYSOP <text>^Send a weather message to other clusters only
2132 Weather messages can sometimes be useful if you are experiencing an extreme
2133 that may indicate enhanced conditions
2134