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