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