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