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