updated documentation a bit
[spider.git] / html / adminmanual-8.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.48: The DXSpider command set</TITLE>
6  <LINK HREF="adminmanual-7.html" REL=previous>
7  <LINK HREF="adminmanual.html#toc8" 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-7.html">Previous</A>
13 <A HREF="adminmanual.html#toc8">Contents</A>
14 <HR>
15 <H2><A NAME="s8">8. 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="ss8.1">8.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="ss8.2">8.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="ss8.3">8.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="ss8.4">8.4 accept/spots (0)</A>
137 </H2>
138
139 <P><CODE><B>accept/announce [0-9] &lt;pattern&gt;</B> Set an accept filter line for spots</CODE>
140 <P>
141 <P>Create an 'accept this spot' line for a filter.
142 <P>
143 <P>An accept filter line means that if the spot matches this filter it is
144 passed onto the user. See HELP FILTERS for more info. Please read this
145 to understand how filters work - it will save a lot of grief later on.
146 <P>You can use any of the following things in this line:-
147 <P>
148 <BLOCKQUOTE><CODE>
149 <PRE>
150   freq &lt;range>           eg: 0/30000 or hf or hf/cw or 6m,4m,2m
151   on &lt;range>             same as 'freq'
152   call &lt;prefixes>        eg: G,PA,HB9
153   info &lt;string>          eg: iota or qsl
154   by &lt;prefixes>            
155   call_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
156   call_itu &lt;numbers>
157   call_zone &lt;numbers>
158   by_dxcc &lt;numbers>
159   by_itu &lt;numbers>
160   by_zone &lt;numbers>
161   origin &lt;prefixes>
162   channel &lt;prefixes>
163 </PRE>
164 </CODE></BLOCKQUOTE>
165 <P>
166 <P>For frequencies, you can use any of the band names defined in
167 SHOW/BANDS and you can use a subband name like: cw, rtty, data, ssb -
168 thus: hf/ssb. You can also just have a simple range like: 0/30000 -
169 this is more efficient than saying simply: freq HF (but don't get
170 too hung up about that)
171 <P>some examples:-
172 <P>
173 <BLOCKQUOTE><CODE>
174 <PRE>
175   acc/spot 1 on hf/cw
176   acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
177 </PRE>
178 </CODE></BLOCKQUOTE>
179 <P>You can use the tag 'all' to accept everything, eg:
180 <P>
181 <BLOCKQUOTE><CODE>
182 <PRE>
183   acc/spot 3 all
184 </PRE>
185 </CODE></BLOCKQUOTE>
186 <P>but this probably for advanced users...
187 <P>
188 <H2><A NAME="ss8.5">8.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="ss8.6">8.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="ss8.7">8.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="ss8.8">8.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="ss8.9">8.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="ss8.10">8.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="ss8.11">8.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="ss8.12">8.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="ss8.13">8.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="ss8.14">8.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="ss8.15">8.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="ss8.16">8.16 clear/spots (0)</A>
371 </H2>
372
373 <P><CODE><B>clear/spots [1|all]</B> Clear a spot filter line</CODE>
374 <P>
375 <P>This command allows you to clear (remove) a line in a spot filter or to 
376 remove the whole filter.
377 <P>If you have a filter:-
378 <P>
379 <BLOCKQUOTE><CODE>
380 <PRE>
381   acc/spot 1 on hf/cw
382   acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
383 </PRE>
384 </CODE></BLOCKQUOTE>
385 <P>and you say:-
386 <P>
387 <BLOCKQUOTE><CODE>
388 <PRE>
389   clear/spot 1
390 </PRE>
391 </CODE></BLOCKQUOTE>
392 <P>you will be left with:-
393 <P>
394 <BLOCKQUOTE><CODE>
395 <PRE>
396   acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
397 </PRE>
398 </CODE></BLOCKQUOTE>
399 <P>If you do:
400 <P>
401 <BLOCKQUOTE><CODE>
402 <PRE>
403   clear/spot all
404 </PRE>
405 </CODE></BLOCKQUOTE>
406 <P>the filter will be completely removed.
407 <P>
408 <P>
409 <H2><A NAME="ss8.17">8.17 connect (5) </A>
410 </H2>
411
412 <P><CODE><B>connect &lt;callsign&gt;</B> Start a connection to another DX Cluster</CODE>
413 <P>
414 <P>Start a connection process that will culminate in a new connection to the
415 DX cluster &lt;callsign&gt;. This process creates a new 'client' process which will
416 use the script in /spider/connect/&lt;callsign&gt; to effect the 'chat' exchange
417 necessary to traverse the network(s) to logon to the cluster &lt;callsign&gt;.
418 <P>
419 <H2><A NAME="ss8.18">8.18 dbavail (0)</A>
420 </H2>
421
422 <P><CODE><B>dbavail</B> Show a list of all the databases in the system</CODE>
423 <P>
424 <P>The title says it all really, this command lists all the databases defined
425 in the system. It is also aliased to SHOW/COMMAND.
426 <P>
427 <H2><A NAME="ss8.19">8.19 dbcreate (9)</A>
428 </H2>
429
430 <P><CODE><B>dbcreate &lt;name&gt;</B> Create a database entry<BR>
431 <B>dbcreate &lt;name&gt; chain &lt;name&gt; [&lt;name&gt;..]</B> Create a chained database entry<BR>
432 <B>dbcreate &lt;name&gt; remote &lt;node&gt;</B> Create a remote database
433 entry<BR></CODE>
434 <P>
435 <P>DBCREATE allows you to define a database in the system. It doesn't actually
436 create anything, just defines it.
437 <P>The databases that are created are simple DB_File hash databases, they are 
438 therefore already 'indexed'.
439 <P>You can define a local database with the first form of the command eg:
440 <P>DBCREATE oblast
441 <P>You can also chain databases with the addition of the 'chain' keyword. 
442 This will search each database one after the other. A typical example 
443 is:
444 <P>DBCREATE sdx_qsl chain sql_ad
445 <P>No checking is done to see if the any of the chained databases exist, in
446 fact it is usually better to do the above statement first then do each of
447 the chained databases.
448 <P>Databases can exist offsite. To define a database that lives on another 
449 node do:
450 <P>DBCREATE buckmaster remote gb7dxc
451 <P>Remote databases cannot be chained; however, the last database in a 
452 a chain can be a remote database eg:
453 <P>DBCREATE qsl chain gb7dxc
454 <P>To see what databases have been defined do:
455 <P>DBAVAIL (or it will have been aliased to SHOW/COMMAND)
456 <P>It would be normal for you to add an entry into your local Aliases file
457 to allow people to use the 'SHOW/&lt;dbname&gt;' style syntax. So you would
458 need to add a line like:-
459 <P>
460 <BLOCKQUOTE><CODE>
461 <PRE>
462   's' => [
463     ..
464     ..
465     '^sh\w*/buc', 'dbshow buckmaster', 'dbshow',
466     ..
467     ..
468    ],
469 </PRE>
470 </CODE></BLOCKQUOTE>
471 <P>to allow 
472 <P>SH/BUCK g1tlh
473 <P>to work as they may be used to.
474 <P>See DBIMPORT for the importing of existing AK1A format data to databases.
475 See DBSHOW for generic database enquiry
476 <P>
477 <H2><A NAME="ss8.20">8.20 dbimport (9)</A>
478 </H2>
479
480 <P><CODE><B>dbimport &lt;dbname&gt;</B> Import AK1A data into a database</CODE>
481 <P>
482 <P>If you want to import or update data in bulk to a database you can use
483 this command. It will either create or update entries into an existing
484 database. For example:-
485 <P>DBIMPORT oblast /tmp/OBLAST.FUL
486 <P>will import the standard OBLAST database that comes with AK1A into the
487 oblast database held locally.
488 <P>
489 <H2><A NAME="ss8.21">8.21 dbremove (9)</A>
490 </H2>
491
492 <P><CODE><B>dbremove &lt;dbname&gt;</B> Delete a database</CODE>
493 <P>
494 <P>DBREMOVE will completely remove a database entry and also delete any data
495 file that is associated with it. 
496 <P>There is no warning, no comeback, no safety net. 
497 <P>For example:
498 <P>DBREMOVE oblast 
499 <P>will remove the oblast database from the system and it will also remove
500 the associated datafile.
501 <P>I repeat:
502 <P>There is no warning, no comeback, no safety net.
503 <P>You have been warned.
504 <P>
505 <H2><A NAME="ss8.22">8.22 dbshow (0)</A>
506 </H2>
507
508 <P><CODE><B>dbshow &lt;dbname&gt; &lt;key&gt;</B> Display an entry, if it exists, in a database</CODE>
509 <P>
510 <P>This is the generic user interface to the database to the database system.
511 It is expected that the sysop will add an entry to the local Aliases file
512 so that users can use the more familiar AK1A style of enquiry such as:
513 <P>
514 <BLOCKQUOTE><CODE>
515 <PRE>
516   SH/BUCK G1TLH
517 </PRE>
518 </CODE></BLOCKQUOTE>
519 <P>but if he hasn't and the database really does exist (use DBAVAIL or
520 SHOW/COMMAND to find out) you can do the same thing with:
521 <P>
522 <BLOCKQUOTE><CODE>
523 <PRE>
524   DBSHOW buck G1TLH
525 </PRE>
526 </CODE></BLOCKQUOTE>
527 <P>
528 <P>
529 <H2><A NAME="ss8.23">8.23 debug (9)</A>
530 </H2>
531
532 <P><CODE><B>debug</B> Set the cluster program into debug mode</CODE>
533 <P>
534 <P>Executing this command will only have an effect if you are running the cluster
535 in debug mode i.e.
536 <P>
537 <BLOCKQUOTE><CODE>
538 <PRE>
539         perl -d cluster.pl
540 </PRE>
541 </CODE></BLOCKQUOTE>
542 <P>It will interrupt the cluster just after the debug command has finished.
543 <P>
544 <H2><A NAME="ss8.24">8.24 directory (0)</A>
545 </H2>
546
547 <P><CODE><B>directory</B> List messages<BR> <B>directory all</B> List all messages<BR>
548 <B>directory own</B> List your own messages<BR>
549 <B>directory new</B> List all new messages<BR>
550 <B>directory to &lt;call&gt;</B> List all messages to &lt;call&gt;<BR>
551 <B>directory from &lt;call&gt;</B> List all messages from &lt;call&gt;<BR>
552 <B>directory subject &lt;string&gt;</B> List all messages with &lt;string&gt; in subject<BR>
553 <B>directory &lt;nn&gt;</B> List last &lt;nn&gt; messages<BR>
554 <B>directory &lt;from&gt;-&lt;to&gt;</B> List messages &lt;from&gt; message &lt;to&gt; message <BR></CODE>
555 <P>
556 <P>List the messages in the messages directory.
557 <P>If there is a 'p' one space after the message number then it is a 
558 personal message. If there is a '-' between the message number and the
559 'p' then this indicates that the message has been read.
560 <P>You can use shell escape characters such as '*' and '?' in the &lt;call&gt;
561 fields.
562 <P>You can combine some of the various directory commands together eg:-
563 <P>
564 <BLOCKQUOTE><CODE>
565 <PRE>
566    DIR TO G1TLH 5
567 or 
568    DIR SUBJECT IOTA 200-250
569 </PRE>
570 </CODE></BLOCKQUOTE>
571 <P>You can abbreviate all the commands to one letter and use ak1a syntax:-
572 <P>
573 <BLOCKQUOTE><CODE>
574 <PRE>
575    DIR/T G1* 10
576    DIR/S QSL 10-100 5
577 </PRE>
578 </CODE></BLOCKQUOTE>
579 <P>
580 <P>
581 <H2><A NAME="ss8.25">8.25 directory (extended for sysops) (5)</A>
582 </H2>
583
584 <P>Works just like the user command except that sysops can see ALL messages.
585 <P>
586 <H2><A NAME="ss8.26">8.26 disconnect (8)</A>
587 </H2>
588
589 <P><CODE><B>disconnect &lt;call&gt; [&lt;call&gt; ...]</B> Disconnect a user or node</CODE>
590 <P>
591 <P>Disconnect any &lt;call&gt; connected locally
592 <P>
593 <H2><A NAME="ss8.27">8.27 dx (0)</A>
594 </H2>
595
596 <P><CODE><B>dx [by &lt;call&gt;] &lt;freq&gt; &lt;call&gt; &lt;remarks&gt;</B> Send a DX spot</CODE>
597 <P>
598 <P>This is how you send a DX Spot to other users. You can, in fact, now
599 enter the &lt;freq&gt; and the &lt;call&gt; either way round. 
600 <P>
601 <BLOCKQUOTE><CODE>
602 <PRE>
603    DX FR0G 144.600
604    DX 144.600 FR0G
605    DX 144600 FR0G 
606 </PRE>
607 </CODE></BLOCKQUOTE>
608 <P>will all give the same result. You can add some remarks to the end
609 of the command and they will be added to the spot.
610 <P>
611 <BLOCKQUOTE><CODE>
612 <PRE>
613    DX FR0G 144600 this is a test
614 </PRE>
615 </CODE></BLOCKQUOTE>
616 <P>You can credit someone else by saying:-
617 <P>
618 <BLOCKQUOTE><CODE>
619 <PRE>
620    DX by G1TLH FR0G 144.600 he isn't on the cluster
621 </PRE>
622 </CODE></BLOCKQUOTE>
623 <P>The &lt;freq&gt; is compared against the available bands set up in the 
624 cluster.  See SHOW/BANDS for more information.
625 <P>
626 <H2><A NAME="ss8.28">8.28 export (9)</A>
627 </H2>
628
629 <P><CODE><B>export &lt;msgno&gt; &lt;filename&gt;</B> Export a message to a file</CODE>
630 <P>
631 <P>Export a message to a file. This command can only be executed on a local
632 console with a fully privileged user. The file produced will be in a form
633 ready to be imported back into the cluster by placing it in the import 
634 directory (/spider/msg/import).
635 <P>This command cannot overwrite an existing file. This is to provide some 
636 measure of security. Any files written will owned by the same user as the 
637 main cluster, otherwise you can put the new files anywhere the cluster can
638 access. For example:-
639 <P>EXPORT 2345 /tmp/a
640 <P>
641 <H2><A NAME="ss8.29">8.29 export_users (9)</A>
642 </H2>
643
644 <P><CODE><B>export_users [&lt;filename&gt;]</B> Export the users database to ascii</CODE>
645 <P>
646 <P>Export the users database to a file in ascii format. If no filename
647 is given then it will export the file to /spider/data/user_asc.
648 <P>If the file already exists it will be renamed to &lt;filename&gt;.o. In fact
649 up to 5 generations of the file can be kept each one with an extra 'o' on the
650 suffix. 
651 <P>BE WARNED: this will write to any file you have write access to. No check is
652 made on the filename (if any) that you specify.
653 <P>
654 <H2><A NAME="ss8.30">8.30 forward/latlong (8)</A>
655 </H2>
656
657 <P><CODE><B>forward/latlong &lt;node_call&gt;</B> Send latitude and longitude information to another cluster</CODE>
658 <P>
659 <P>This command sends all the latitude and longitude information that your
660 cluster is holding against callsigns.  One advantage of recieving this
661 information is that more locator information is held by you.  This
662 means that more locators are given on the DX line assuming you have
663 <EM>set/dxgrid</EM> enabled.  This could be a LOT of information though, so
664 it is not recommended on slow links.
665 <P>
666 <H2><A NAME="ss8.31">8.31 forward/opername (1)</A>
667 </H2>
668
669 <P><CODE><B>forward/opername &lt;call&gt;</B> Send out information on this &lt;call&gt; to all clusters</CODE>
670 <P>
671 <P>This command sends out any information held in the user file which can 
672 be broadcast in PC41 protocol packets. This information is Name, QTH, Location
673 and Homenode. PC41s are only sent for the information that is available.
674 <P>
675 <H2><A NAME="ss8.32">8.32 help (0)</A>
676 </H2>
677
678 <P><CODE><B>help &lt;cmd&gt;</B> Get help on a command</CODE>
679 <P>
680 <P>All commands can be abbreviated, so SHOW/DX can be abbreviated
681 to SH/DX, ANNOUNCE can be shortened to AN and so on.
682 <P>Look at the APROPOS &lt;string&gt; command which will search the help database
683 for the &lt;string&gt; you specify and give you a list of likely commands
684 to look at with HELP.
685 <P>
686 <H2><A NAME="ss8.33">8.33 init (5)</A>
687 </H2>
688
689 <P><CODE><B>init &lt;node call&gt;</B> Re-initialise a link to an AK1A compatible node</CODE>
690 <P>
691 <P>This command attempts to re-initialise a link to a (usually) AK1A node
692 that has got confused, usually by a protocol loop of some kind. It may
693 work - but you usually will be better off simply disconnecting it (or
694 better, if it is a real AK1A node, doing an RCMD &lt;node&gt; DISC/F &lt;your
695 node&gt;).
696 <P>Best of luck - you will need it.
697 <P>
698 <H2><A NAME="ss8.34">8.34 kill (0)</A>
699 </H2>
700
701 <P><CODE><B>kill &lt;msgno&gt; [&lt;msgno&gt; ..]</B> Delete a message from the local system</CODE>
702 <P>
703 <P>Delete a message from the local system. You will only be able to
704 delete messages that you have originated or been sent (unless you are
705 the sysop).
706 <P>
707 <H2><A NAME="ss8.35">8.35 kill (5)</A>
708 </H2>
709
710 <P><CODE><B>kill &lt;msgno&gt; [&lt;msgno&gt; ...]</B> Remove or erase a message from the system<BR>
711 <B>kill from &lt;call&gt;</B> Remove all messages from a callsign<BR>
712 <B>kill to &lt;call&gt;</B> Remove all messages to a callsign<BR></CODE>
713 <P>
714 <P>You can get rid of any message to or originating from your callsign using 
715 this command. You can remove more than one message at a time.
716 <P>As a sysop you can kill any message on the system.
717 <P>
718 <H2><A NAME="ss8.36">8.36 kill full (5)</A>
719 </H2>
720
721 <P><CODE><B>kill full &lt;msgno&gt; [&lt;msgno&gt;]</B> Delete a message from the whole cluster</CODE>
722 <P>
723 <P>Delete a message (usually a 'bulletin') from the whole cluster system. 
724 <P>This uses the subject field, so any messages that have exactly the same subject
725 will be deleted. Beware!
726 <P>
727 <H2><A NAME="ss8.37">8.37 links (0)</A>
728 </H2>
729
730 <P><CODE><B>links</B> Show which nodes are physically connected</CODE>
731 <P>
732 <P>This is a quick listing that shows which links are connected and
733 some information about them. See WHO for a list of all connections.
734 <P>
735 <P>
736 <H2><A NAME="ss8.38">8.38 load/aliases (9)</A>
737 </H2>
738
739 <P><CODE><B>load/aliases</B> Reload the command alias table</CODE>
740 <P>
741 <P>Reload the /spider/cmd/Aliases file after you have editted it. You will need to
742 do this if you change this file whilst the cluster is running in order for the
743 changes to take effect.
744 <P>
745 <H2><A NAME="ss8.39">8.39 load/badmsg (9)</A>
746 </H2>
747
748 <P><CODE><B>load/badmsg</B> Reload the bad message table</CODE>
749 <P>
750 <P>Reload the /spider/msg/badmsg.pl file if you have changed it manually whilst
751 the cluster is running. This table contains a number of perl regular 
752 expressions which are searched for in the fields targetted of each message. 
753 If any of them match then that message is immediately deleted on receipt. 
754 <P>
755 <H2><A NAME="ss8.40">8.40 load/bands (9)</A>
756 </H2>
757
758 <P><CODE><B>load/bands</B> Reload the band limits table</CODE>
759 <P>
760 <P>Reload the /spider/data/bands.pl file if you have changed it manually whilst
761 the cluster is running. 
762 <P>
763 <H2><A NAME="ss8.41">8.41 load/cmd_cache (9)</A>
764 </H2>
765
766 <P><CODE><B>load/cmd_cache</B> Reload the automatic command cache</CODE>
767 <P>
768 <P>Normally, if you change a command file in the cmd or local_cmd tree it will
769 automatially be picked up by the cluster program. Sometimes it can get confused
770 if you are doing a lot of moving commands about or delete a command in the 
771 local_cmd tree and want to use the normal one again. Execute this command to
772 reset everything back to the state it was just after a cluster restart.
773 <P>
774 <H2><A NAME="ss8.42">8.42 load/forward (9)</A>
775 </H2>
776
777 <P><CODE><B>load/forward</B> Reload the msg forwarding routing table</CODE>
778 <P>Reload the /spider/msg/forward.pl file if you have changed it
779 manually whilst the cluster is running.
780 <P>
781 <H2><A NAME="ss8.43">8.43 load/messages (9)</A>
782 </H2>
783
784 <P><CODE><B>load/messages</B> Reload the system messages file</CODE>
785 <P>
786 <P>If you change the /spider/perl/Messages file (usually whilst fiddling/writing ne
787 commands) you can have them take effect during a cluster session by executing this
788 command. You need to do this if get something like :-
789 <P>unknown message 'xxxx' in lang 'en'
790 <P>
791 <H2><A NAME="ss8.44">8.44 load/prefixes (9)</A>
792 </H2>
793
794 <P><CODE><B>load/prefixes</B> Reload the prefix table</CODE>
795 <P>
796 <P>Reload the /spider/data/prefix_data.pl file if you have changed it manually 
797 whilst the cluster is running. 
798 <P>
799 <H2><A NAME="ss8.45">8.45 merge (5)</A>
800 </H2>
801
802 <P><CODE><B>merge &lt;node&gt; [&lt;no spots&gt;/&lt;no wwv&gt;]</B> Ask for the latest spots and WWV</CODE>
803 <P>
804 <P>MERGE allows you to bring your spot and wwv database up to date. By default
805 it will request the last 10 spots and 5 WWVs from the node you select. The 
806 node must be connected locally.
807 <P>You can request any number of spots or wwv and although they will be appended
808 to your databases they will not duplicate any that have recently been added 
809 (the last 2 days for spots and last month for WWV data).
810 <P>
811 <H2><A NAME="ss8.46">8.46 msg (9)</A>
812 </H2>
813
814 <P><CODE><B>msg &lt;cmd&gt; &lt;msgno&gt; [data ...]</B> Alter various message parameters</CODE>
815 <P>
816 <P>Alter message parameters like To, From, Subject, whether private or bulletin
817 or return receipt (RR) is required or whether to keep this message from timing
818 out.
819 <P>
820 <BLOCKQUOTE><CODE>
821 <PRE>
822   MSG TO &lt;msgno> &lt;call>     - change TO callsign to &lt;call>
823   MSG FRom &lt;msgno> &lt;call>   - change FROM callsign to &lt;call>
824   MSG PRrivate &lt;msgno>      - set private flag
825   MSG NOPRrivate &lt;msgno>    - unset private flag
826   MSG RR &lt;msgno>            - set RR flag
827   MSG NORR &lt;msgno>          - unset RR flag
828   MSG KEep &lt;msgno>          - set the keep flag (message won't be deleted ever)
829   MSG NOKEep &lt;msgno>        - unset the keep flag
830   MSG SUbject &lt;msgno> &lt;new> - change the subject to &lt;new>
831   MSG WAittime &lt;msgno>      - remove any waitting time for this message
832   MSG NOREad &lt;msgno>        - mark message as unread
833   MSG REad &lt;msgno>          - mark message as read
834   MSG QUeue                 - queue any outstanding bulletins
835   MSG QUeue 1               - queue any outstanding private messages
836 </PRE>
837 </CODE></BLOCKQUOTE>
838 <P>You can look at the status of a message by using:-
839 <P>STAT/MSG &lt;msgno&gt;      
840 <P>This will display more information on the message than DIR does.
841 <P>
842 <H2><A NAME="ss8.47">8.47 pc (8)</A>
843 </H2>
844
845 <P><CODE><B>pc &lt;call&gt; &lt;text&gt;</B> Send text (eg PC Protocol) to &lt;call&gt;</CODE>
846 <P>
847 <P>Send some arbitrary text to a locally connected callsign. No processing is done on
848 the text. This command allows you to send PC Protocol to unstick things if problems
849 arise (messages get stuck etc). eg:-
850 <P>pc gb7djk PC33^GB7TLH^GB7DJK^400^
851 <P>You can also use in the same way as a talk command to a connected user but
852 without any processing, added of "from &lt;blah&gt; to &lt;blah&gt;" or whatever.
853 <P>pc G1TLH Try doing that properly!!!
854 <P>
855 <H2><A NAME="ss8.48">8.48 ping (1)</A>
856 </H2>
857
858 <P><CODE><B>ping &lt;node&gt;</B> Check the link quality between nodes</CODE>
859 <P>
860 <P>his command allows you to send a frame to another cluster node on
861 the network and get a return frame.  The time it takes to do this
862 is a good indication of the quality of the link.  The actual time
863 it takes is output to the console in seconds.
864 Any visible cluster node can be PINGed.
865 <P>
866 <P>
867 <H2><A NAME="ss8.49">8.49 rcmd (1)</A>
868 </H2>
869
870 <P><CODE><B>rcmd &lt;node call&gt; &lt;cmd&gt;</B> Send a command to another DX cluster</CODE>
871 <P>
872 <P>This command allows you to send nearly any command to another DX Cluster
873 node that is connected to the system. 
874 <P>Whether you get any output is dependant on a) whether the other system knows
875 that the node callsign of this cluster is in fact a node b) whether the
876 other system is allowing RCMDs from this node and c) whether you have
877 permission to send this command at all.
878 <P>
879 <H2><A NAME="ss8.50">8.50 read (0)</A>
880 </H2>
881
882 <P><CODE><B>read</B> Read the next unread personal message addressed to you<BR>
883 <B>read &lt;msgno&gt;</B> Read the specified message<BR></CODE>
884 <P>
885 <P>You can read any messages that are sent as 'non-personal' and also any
886 message either sent by or sent to your callsign.
887 <P>
888 <P>
889 <H2><A NAME="ss8.51">8.51 read (extended for sysops) (5) </A>
890 </H2>
891
892 <P><CODE><B>read &lt;msgno&gt;</B> Read a message on the system</CODE>
893 <P>
894 <P>As a sysop you may read any message on the system
895 <P>
896 <H2><A NAME="ss8.52">8.52 reject/announce</A>
897 </H2>
898
899 <P><CODE><B>reject/announce [0-9] &lt;pattern&gt;</B> Set a reject filter
900 for announce</CODE>
901 <P>
902 <P>Create an 'reject this announce' line for a filter. 
903 <P>An reject filter line means that if the announce matches this filter it is
904 passed onto the user. See HELP FILTERS for more info. Please read this
905 to understand how filters work - it will save a lot of grief later on.
906 <P>You can use any of the following things in this line:-
907 <P>
908 <BLOCKQUOTE><CODE>
909 <PRE>
910   info &lt;string>            eg: iota or qsl
911   by &lt;prefixes>            eg: G,M,2         
912   origin &lt;prefixes>
913   origin_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
914   origin_itu &lt;numbers>
915   origin_zone &lt;numbers>
916   by_dxcc &lt;numbers>
917   by_itu &lt;numbers>
918   by_zone &lt;numbers>
919   channel &lt;prefixes>
920   wx 1                     filter WX announces
921   dest &lt;prefixes>          eg: 6MUK,WDX      (distros)
922 </PRE>
923 </CODE></BLOCKQUOTE>
924 <P>some examples:-
925 <P>
926 <BLOCKQUOTE><CODE>
927 <PRE>
928   rej/ann by_zone 14,15,16 and not by G,M,2
929 </PRE>
930 </CODE></BLOCKQUOTE>
931 <P>You can use the tag 'all' to reject everything eg:
932 <P>
933 <BLOCKQUOTE><CODE>
934 <PRE>
935   rej/ann all
936 </PRE>
937 </CODE></BLOCKQUOTE>
938 <P>but this probably for advanced users...
939 <P>
940 <H2><A NAME="ss8.53">8.53 reject/announce (extended for sysops) (8)</A>
941 </H2>
942
943 <P><CODE><B>reject/announce &lt;call&gt; [input] [0-9] &lt;pattern&gt;</B> Announce filter sysop version</CODE>
944 <P>
945 <P>This version allows a sysop to set a filter for a callsign as well as the
946 default for nodes and users eg:-
947 <P>
948 <BLOCKQUOTE><CODE>
949 <PRE>
950   reject/ann by G,M,2
951   reject/ann input node_default by G,M,2
952   reject/ann user_default by G,M,2
953 </PRE>
954 </CODE></BLOCKQUOTE>
955 <P>
956 <H2><A NAME="ss8.54">8.54 reject/route (8)</A>
957 </H2>
958
959 <P><CODE><B>reject/route &lt;call&gt; [0-9] &lt;pattern&gt;</B> Set an 'reject' filter line for routing</CODE>
960 <P>
961 <P>Create an 'reject this routing PC Protocol' line for a filter. 
962 <P>
963 <P>An reject filter line means that if a PC16/17/19/21/24/41/50 matches this filter 
964 it is NOT passed thru that interface. See HELP FILTERING for more info. Please 
965 read this to understand how filters work - it will save a lot of grief later on.
966 You can use any of the following things in this line:-
967 <P>
968 <BLOCKQUOTE><CODE>
969 <PRE>
970   call &lt;prefixes>        the callsign of the thingy
971   call_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
972   call_itu &lt;numbers>
973   call_zone &lt;numbers>
974   origin &lt;prefixes>      really the interface it came in on
975   origin_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
976   origin_itu &lt;numbers>
977   origin_zone &lt;numbers>
978 </PRE>
979 </CODE></BLOCKQUOTE>
980 <P>
981 <P>some examples:-
982 <P>
983 <BLOCKQUOTE><CODE>
984 <PRE>
985   rej/route gb7djk call_dxcc 61,38 (everything except  UK+EIRE nodes)
986 </PRE>
987 </CODE></BLOCKQUOTE>
988 <P>
989 <P>You can use the tag 'all' to reject everything eg:
990 <P>
991 <BLOCKQUOTE><CODE>
992 <PRE>
993   rej/route all     (equiv to [very] restricted mode)
994 </PRE>
995 </CODE></BLOCKQUOTE>
996 <P>
997 <H2><A NAME="ss8.55">8.55 reject/spots (0)</A>
998 </H2>
999
1000 <P><CODE><B>reject/spots [0-9] &lt;pattern&gt;</B> Set a reject filter line for spots</CODE>
1001 <P>
1002 <P>Create a 'reject this spot' line for a filter. 
1003 <P>A reject filter line means that if the spot matches this filter it is
1004 dumped (not passed on). See HELP FILTERS for more info. Please read this
1005 to understand how filters work - it will save a lot of grief later on.
1006 <P>You can use any of the following things in this line:-
1007 <P>
1008 <BLOCKQUOTE><CODE>
1009 <PRE>
1010   freq &lt;range>           eg: 0/30000 or hf or hf/cw or 6m,4m,2m
1011   on &lt;range>             same as 'freq'
1012   call &lt;prefixes>        eg: G,PA,HB9
1013   info &lt;string>          eg: iota or qsl
1014   by &lt;prefixes>            
1015   call_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
1016   call_itu &lt;numbers>
1017   call_zone &lt;numbers>
1018   by_dxcc &lt;numbers>
1019   by_itu &lt;numbers>
1020   by_zone &lt;numbers>
1021   origin &lt;prefixes>
1022   channel &lt;prefixes>
1023 </PRE>
1024 </CODE></BLOCKQUOTE>
1025 <P>For frequencies, you can use any of the band names defined in
1026 SHOW/BANDS and you can use a subband name like: cw, rtty, data, ssb -
1027 thus: hf/ssb. You can also just have a simple range like: 0/30000 -
1028 this is more efficient than saying simply: on HF (but don't get
1029 too hung up about that)
1030 <P>some examples:-
1031 <P>
1032 <BLOCKQUOTE><CODE>
1033 <PRE>
1034   rej/spot 1 on hf
1035   rej/spot 2 on vhf and not (by_zone 14,15,16 or call_zone 14,15,16)
1036 </PRE>
1037 </CODE></BLOCKQUOTE>
1038 <P>You can use the tag 'all' to reject everything eg:
1039 <P>
1040 <BLOCKQUOTE><CODE>
1041 <PRE>
1042   rej/spot 3 all
1043 </PRE>
1044 </CODE></BLOCKQUOTE>
1045 <P>but this probably for advanced users...
1046 <P>
1047 <H2><A NAME="ss8.56">8.56 reject/spots (extended for sysops) (8)</A>
1048 </H2>
1049
1050 <P><CODE><B>reject/spots &lt;call&gt; [input] [0-9] &lt;pattern&gt;</B>
1051 Reject spot filter sysop version </CODE>
1052 <P>
1053 <P>This version allows a sysop to set a filter for a callsign as well as the
1054 default for nodes and users eg:-
1055 <P>
1056 <BLOCKQUOTE><CODE>
1057 <PRE>
1058   reject/spot db0sue-7 1 by_zone 14,15,16
1059   reject/spot node_default all
1060   set/hops node_default 10
1061
1062   reject/spot user_default by G,M,2
1063 </PRE>
1064 </CODE></BLOCKQUOTE>
1065 <P>
1066 <H2><A NAME="ss8.57">8.57 reject/wcy (0)</A>
1067 </H2>
1068
1069 <P><CODE><B>reject/wcy [0-9] &lt;pattern&gt;</B> Set a reject WCY filter</CODE>
1070 <P>
1071 <P>It is unlikely that you will want to do this, but if you do then you can
1072 filter on the following fields:-
1073 <P>
1074 <BLOCKQUOTE><CODE>
1075 <PRE>
1076   by &lt;prefixes>            eg: G,M,2         
1077   origin &lt;prefixes>
1078   origin_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
1079   origin_itu &lt;numbers>
1080   origin_zone &lt;numbers>
1081   by_dxcc &lt;numbers>
1082   by_itu &lt;numbers>
1083   by_zone &lt;numbers>
1084   channel &lt;prefixes>
1085 </PRE>
1086 </CODE></BLOCKQUOTE>
1087 <P>There are no examples because WCY Broadcasts only come from one place and
1088 you either want them or not (see UNSET/WCY if you don't want them).
1089 <P>This command is really provided for future use.
1090 <P>See HELP FILTER for information.
1091 <P>
1092 <H2><A NAME="ss8.58">8.58 reject/wcy (extended for sysops) (8)</A>
1093 </H2>
1094
1095 <P><CODE><B>reject/wcy &lt;call&gt; [input] [0-9] &lt;pattern&gt;</B>
1096 WCY reject filter sysop version</CODE>
1097 <P>
1098 <P>This version allows a sysop to set a filter for a callsign as well as the
1099 default for nodes and users eg:-
1100 <P>reject/wcy gb7djk all
1101 <P>
1102 <H2><A NAME="ss8.59">8.59 reject/wwv (0)</A>
1103 </H2>
1104
1105 <P><CODE><B>reject/wwv [0-9] &lt;pattern&gt;</B> Set a reject WWV filter</CODE>
1106 <P>
1107 <P>It is unlikely that you will want to do this, but if you do then you can
1108 filter on the following fields:-
1109 <P>
1110 <BLOCKQUOTE><CODE>
1111 <PRE>
1112   by &lt;prefixes>            eg: G,M,2         
1113   origin &lt;prefixes>
1114   origin_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
1115   origin_itu &lt;numbers>
1116   origin_zone &lt;numbers>
1117   by_dxcc &lt;numbers>
1118   by_itu &lt;numbers>
1119   by_zone &lt;numbers>
1120   channel &lt;prefixes>
1121 </PRE>
1122 </CODE></BLOCKQUOTE>
1123 <P>for example 
1124 <P>
1125 <BLOCKQUOTE><CODE>
1126 <PRE>
1127   reject/wwv by_zone 14,15,16
1128 </PRE>
1129 </CODE></BLOCKQUOTE>
1130 <P>is probably the only useful thing to do (which will only show WWV broadcasts
1131 by stations in the US).
1132 <P>See HELP FILTER for information.
1133 <P>
1134 <H2><A NAME="ss8.60">8.60 reject/wwv (extended for sysops) (8)</A>
1135 </H2>
1136
1137 <P><CODE><B>reject/wwv &lt;call&gt; [input] [0-9] &lt;pattern&gt;</B>
1138 WWV reject filter sysop version</CODE>
1139 <P>
1140 <P>This version allows a sysop to set a filter for a callsign as well as the
1141 default for nodes and users eg:-
1142 <P>
1143 <BLOCKQUOTE><CODE>
1144 <PRE>
1145   reject/wwv db0sue-7 1 by_zone 4
1146   reject/wwv node_default all
1147
1148   reject/wwv user_default by W
1149 </PRE>
1150 </CODE></BLOCKQUOTE>
1151 <P>
1152 <H2><A NAME="ss8.61">8.61 reply (0)</A>
1153 </H2>
1154
1155 <P><CODE><B>reply</B> Reply (privately) to the last message that you have read<BR>
1156 <B>reply &lt;msgno&gt;</B> Reply (privately) to the specified message<BR>
1157 <B>reply B &lt;msgno&gt;</B> Reply as a Bulletin to the specified message<BR>
1158 <B>reply NOPrivate &lt;msgno&gt;</B> Reply as a Bulletin to the specified
1159 message<BR>
1160 <B>reply RR &lt;msgno&gt;</B> Reply to the specified message with read receipt<BR></CODE>
1161 <P>
1162 <P>You can reply to a message and the subject will automatically have
1163 "Re:" inserted in front of it, if it isn't already present.
1164 <P>You can also use all the extra qualifiers such as RR, PRIVATE, 
1165 NOPRIVATE, B that you can use with the SEND command (see SEND
1166 for further details)
1167 <P>
1168 <H2><A NAME="ss8.62">8.62 send (0)</A>
1169 </H2>
1170
1171 <P><CODE><B>send &lt;call&gt; [&lt;call&gt; ...]</B> Send a message to one or more callsigns<BR>
1172 <B>send RR &lt;call&gt;</B> Send a message and ask for a read receipt<BR>
1173 <B>send COPY &lt;msgno&gt; &lt;call&gt;</B> Send a copy of a  message to someone<BR>
1174 <B>send PRIVATE &lt;call&gt;</B> Send a personal message<BR>
1175 <B>send NOPRIVATE &lt;call&gt;</B> Send a message to all stations<BR></CODE>
1176 <P>
1177 <P>All the SEND commands will create a message which will be sent either to
1178 an individual callsign or to one of the 'bulletin' addresses. 
1179 <P>SEND &lt;call&gt; on its own acts as though you had typed SEND PRIVATE, that is
1180 it will mark the message as personal and send it to the cluster node that
1181 that callsign is connected to.
1182 <P>You can have more than one callsign in all of the SEND commands.
1183 <P>You can have multiple qualifiers so that you can have for example:-
1184 <P>
1185 <BLOCKQUOTE><CODE>
1186 <PRE>
1187   SEND RR COPY 123 PRIVATE G1TLH G0RDI
1188 </PRE>
1189 </CODE></BLOCKQUOTE>
1190 <P>which should send a copy of message 123 to G1TLH and G0RDI and you will
1191 receive a read receipt when they have read the message.
1192 <P>SB is an alias for SEND NOPRIVATE (or send a bulletin in BBS speak)
1193 SP is an alias for SEND PRIVATE
1194 <P>
1195 <H2><A NAME="ss8.63">8.63 set/address (0)</A>
1196 </H2>
1197
1198 <P><CODE><B>set/address &lt;your_address&gt;</B> Record your postal address</CODE>
1199 <P>
1200 <P>Literally, record your address details on the cluster.
1201 <P>
1202 <H2><A NAME="ss8.64">8.64 set/announce (0)</A>
1203 </H2>
1204
1205 <P><CODE><B>set/announce</B> Allow announce messages</CODE>
1206 <P>
1207 <P>Allow announce messages to arrive at your terminal.
1208 <P>
1209 <H2><A NAME="ss8.65">8.65 set/arcluster (5)</A>
1210 </H2>
1211
1212 <P><CODE><B>set/arcluster &lt;node_call&gt; [&lt;node_call&gt; ...]</B> Make
1213 the node_call an AR-Cluster type node</CODE>
1214 <P>
1215 <P>Set the node_call as an AR-Cluster type node
1216 <P>
1217 <H2><A NAME="ss8.66">8.66 set/baddx (8)</A>
1218 </H2>
1219
1220 <P><CODE><B>set/baddx &lt;call&gt;</B> Stop words we do not wish to see in the callsign field
1221 of a dx spot being propagated</CODE>
1222 <P>
1223 <P>Setting a word as 'baddx' will prevent spots with that word in the callsign 
1224 field of a DX spot from going any further. They will not be displayed and they 
1225 will not be sent onto other nodes.
1226 <P>The word must be wriiten in full, no wild cards are allowed eg:-
1227 <P>
1228 <BLOCKQUOTE><CODE>
1229 <PRE>
1230   set/baddx FORSALE VIDEO FR0G 
1231 </PRE>
1232 </CODE></BLOCKQUOTE>
1233 <P>To allow a word again, use the following command ...
1234 <P>
1235 <BLOCKQUOTE><CODE>
1236 <PRE>
1237   unset/baddx VIDEO
1238 </PRE>
1239 </CODE></BLOCKQUOTE>
1240 <P>
1241 <H2><A NAME="ss8.67">8.67 set/badnode (6)</A>
1242 </H2>
1243
1244 <P><CODE><B>set/badnode &lt;node_call&gt;</B> Stop spots from this node_call
1245 being propagated</CODE>
1246 <P>
1247 <P>Setting a callsign as a 'badnode' will prevent spots from that node 
1248 going any further. They will not be displayed and they will not be 
1249 sent onto other nodes.
1250 <P>The call can be a full or partial call (or a prefix), eg:-
1251 <P>
1252 <BLOCKQUOTE><CODE>
1253 <PRE>
1254   set/badnode K1TTT 
1255 </PRE>
1256 </CODE></BLOCKQUOTE>
1257 <P>will stop anything from K1TTT (including any SSID's)
1258 <P>
1259 <BLOCKQUOTE><CODE>
1260 <PRE>
1261   unset/badnode K1TTT
1262 </PRE>
1263 </CODE></BLOCKQUOTE>
1264 <P>will allow spots from him again.
1265 <P>Use with extreme care. This command may well be superceded by FILTERing.
1266 <P>
1267 <H2><A NAME="ss8.68">8.68 set/badspotter (8)</A>
1268 </H2>
1269
1270 <P><CODE><B>set/badspotter &lt;call&gt;</B> Stop spots from this callsign being propagated</CODE>
1271 <P>
1272 <P>Setting a callsign as a 'badspotter' will prevent spots from this callsign 
1273 going any further. They will not be displayed and they will not be 
1274 sent onto other nodes.
1275 <P>The call must be written in full, no wild cards are allowed eg:-
1276 <P>
1277 <BLOCKQUOTE><CODE>
1278 <PRE>
1279   set/badspotter VE2STN 
1280 </PRE>
1281 </CODE></BLOCKQUOTE>
1282 <P>will stop anything from VE2STN. If you want SSIDs as well then you must
1283 enter them specifically.
1284 <P>
1285 <BLOCKQUOTE><CODE>
1286 <PRE>
1287   unset/badspotter VE2STN
1288 </PRE>
1289 </CODE></BLOCKQUOTE>
1290 <P>will allow spots from him again.
1291 <P>Use with extreme care. This command may well be superceded by FILTERing.
1292 <P>
1293 <H2><A NAME="ss8.69">8.69 set/beep (0)</A>
1294 </H2>
1295
1296 <P><CODE><B>set/beep</B> Add beeps to terminal messages</CODE>
1297 <P>
1298 <P>Add a beep to DX and other terminal messages.
1299 <P>
1300 <H2><A NAME="ss8.70">8.70 set/bbs (5)</A>
1301 </H2>
1302
1303 <P><CODE><B>set/bbs &lt;call&gt; [&lt;call&gt;..]</B>Make &lt;call&gt; a BBS</CODE>
1304 <P>
1305 <H2><A NAME="ss8.71">8.71 set/clx (5)</A>
1306 </H2>
1307
1308 <P><CODE><B>set/clx &lt;node_call&gt; [&lt;node_call&gt; ...]</B> Make
1309 the node_call a CLX type node</CODE>
1310 <P>
1311 <P>Set the node_call as a CLX type node
1312 <P>
1313 <H2><A NAME="ss8.72">8.72 set/debug (9)</A>
1314 </H2>
1315
1316 <P><CODE><B>set/debug &lt;name&gt;</B> Add a debug level to the debug set</CODE>
1317 <P>
1318 <P>You can choose to log several different levels.  The levels are
1319 <P>chan
1320 state
1321 msg
1322 cron
1323 connect
1324 <P>You can show what levels you are logging with the <EM>show/debug</EM>
1325 command.
1326 <P>You can remove a debug level with unset/debug &lt;name&gt;
1327 <P>
1328 <H2><A NAME="ss8.73">8.73 set/dx (0)</A>
1329 </H2>
1330
1331 <P><CODE><B>set/dx</B>Allow DX messages to arrive at your terminal</CODE>
1332 <P>
1333 <P>You can stop DX messages with the <EM>unset/dx</EM> command
1334 <P>
1335 <H2><A NAME="ss8.74">8.74 set/dxgrid (0)</A>
1336 </H2>
1337
1338 <P><CODE><B>set/dxgrid</B>Allow grid squares on the end of DX messages</CODE>
1339 <P>
1340 <P>Some logging programs do not like the additional information at
1341 the end of a DX spot.  If this is the case, use the <EM>unset/dxgrid</EM>
1342 command to remove the grid squares.
1343 <P>
1344 <H2><A NAME="ss8.75">8.75 set/dxnet (5)</A>
1345 </H2>
1346
1347 <P><CODE><B>set/dxnet &lt;node_call&gt; [&lt;node_call&gt; ...]</B> Make
1348 the node_call a DXNet type node</CODE>
1349 <P>
1350 <P>Set the node_call as a DXNet type node
1351 <P>
1352 <H2><A NAME="ss8.76">8.76 set/echo (0)</A>
1353 </H2>
1354
1355 <P><CODE><B>set/echo</B> Make the cluster echo your input</CODE>
1356 <P>
1357 <P>If you are connected via a telnet session, different implimentations
1358 of telnet handle echo differently depending on whether you are 
1359 connected via port 23 or some other port. You can use this command
1360 to change the setting appropriately. 
1361 <P>You can remove the echo with the <EM>unset/echo</EM> command
1362 <P>The setting is stored in your user profile.
1363 <P>YOU DO NOT NEED TO USE THIS COMMAND IF YOU ARE CONNECTED VIA AX25.
1364 <P>
1365 <H2><A NAME="ss8.77">8.77 set/here (0)</A>
1366 </H2>
1367
1368 <P><CODE><B>set/here</B> Set the here flag</CODE>
1369 <P>
1370 <P>Let others on the cluster know you are here by only displaying your
1371 callsign.  If you are away from your terminal you can use the <EM>unset/here</EM>
1372 command to let people know you are away.  This simply puts brackets
1373 around your callsign to indicate you are not available.
1374 <P>
1375 <H2><A NAME="ss8.78">8.78 set/homenode (0)</A>
1376 </H2>
1377
1378 <P><CODE><B>set/homenode &lt;node_call&gt;</B> Set your home cluster</CODE>
1379 <P>
1380 <P>Tell the cluster system where you normally connect to. Any Messages sent
1381 to you will normally find their way there should you not be connected.
1382 eg:-
1383 <P>
1384 <BLOCKQUOTE><CODE>
1385 <PRE>
1386   SET/HOMENODE gb7djk
1387 </PRE>
1388 </CODE></BLOCKQUOTE>
1389 <P>
1390 <H2><A NAME="ss8.79">8.79 set/hops (8)</A>
1391 </H2>
1392
1393 <P><CODE><B>set/hops &lt;node_call&gt; ann|spots|wwv|wcy &lt;n&gt;</B>
1394 Set hop count</CODE>
1395 <P>
1396 <P>Set the hop count for a particular type of broadcast for a node.
1397 <P>This command allows you to set up special hop counts for a node 
1398 for currently: announce, spots, wwv and wcy broadcasts.
1399 <P>
1400 <BLOCKQUOTE><CODE>
1401 <PRE>
1402 eg:
1403   set/hops gb7djk ann 10
1404   set/hops gb7mbc spots 20
1405 </PRE>
1406 </CODE></BLOCKQUOTE>
1407 <P>Set SHOW/HOPS for information on what is already set. This command
1408 creates a filter and works in conjunction with the filter system. 
1409 <P>
1410 <H2><A NAME="ss8.80">8.80 set/isolate (9)</A>
1411 </H2>
1412
1413 <P><CODE><B>set/isolate &lt;node call&gt;</B> Isolate a node from the rest of the network</CODE>
1414 <P>
1415 <P>Connect a node to your system in such a way that you are a full protocol
1416 member of its network and can see all spots on it, but nothing either leaks
1417 out from it nor goes back into from the rest of the nodes connected to you.
1418 <P>You can potentially connect several nodes in this way.
1419 <P>You can see which nodes are isolated with the show/isolate (1) command.
1420 <P>You can remove the isolation with the command unset/isolate.
1421 <P>
1422 <H2><A NAME="ss8.81">8.81 set/language (0)</A>
1423 </H2>
1424
1425 <P><CODE><B>set/language &lt;language&gt;</B> Set the language you wish to use</CODE>
1426 <P>
1427 <P>You can select the language that you want the cluster to use. Currently
1428 the languages available are <EM>en</EM> (English) and <EM>nl</EM> (Dutch).
1429 <P>
1430 <H2><A NAME="ss8.82">8.82 set/location (0)</A>
1431 </H2>
1432
1433 <P><CODE><B>set/location &lt;lat and long&gt;</B> Set your latitude and longitude</CODE>
1434 <P>
1435 <P>You can set your latitude and longitude manually or alternatively use the
1436 <EM>set/qra</EM> command which will do the conversion for you.
1437 <P>
1438 <BLOCKQUOTE><CODE>
1439 <PRE>
1440   set/location 54 04 N 2 02 E
1441 </PRE>
1442 </CODE></BLOCKQUOTE>
1443 <P>
1444 <P>
1445 <H2><A NAME="ss8.83">8.83 set/sys_location (9)</A>
1446 </H2>
1447
1448 <P><CODE><B>set/sys_location &lt;lat &amp; long&gt;</B> Set your cluster latitude and longitude</CODE>
1449 <P>
1450 <P>In order to get accurate headings and such like you must tell the system
1451 what your latitude and longitude is. If you have not yet done a SET/QRA
1452 then this command will set your QRA locator for you. For example:-
1453 <P>
1454 <BLOCKQUOTE><CODE>
1455 <PRE>
1456   SET/LOCATION 52 22 N 0 57 E
1457 </PRE>
1458 </CODE></BLOCKQUOTE>
1459 <P>
1460 <H2><A NAME="ss8.84">8.84 set/logininfo (0)</A>
1461 </H2>
1462
1463 <P><CODE><B>set/logininfo</B> Show logins and logouts of nodes and users</CODE>
1464 <P>
1465 <P>Show users and nodes when they log in and out of the local cluster.  You
1466 can stop these messages by using the <EM>unset/logininfo</EM> command.
1467 <P>
1468 <P>
1469 <H2><A NAME="ss8.85">8.85 set/lockout (9)</A>
1470 </H2>
1471
1472 <P><CODE><B>set/lockout &lt;call&gt;</B> Stop a callsign connecting to the cluster</CODE>
1473 <P>
1474 <P>You can show who is locked out with the <EM>show/lockout</EM> command.
1475 To allow the user to connect again, use the <EM>unset/lockout</EM> command.
1476 <P>
1477 <H2><A NAME="ss8.86">8.86 set/name (0)</A>
1478 </H2>
1479
1480 <P><CODE><B>set/name &lt;your_name&gt;</B> Set your name</CODE>
1481 <P>
1482 <P>Tell the cluster what your name is, eg:-
1483 <P>
1484 <BLOCKQUOTE><CODE>
1485 <PRE>
1486   set/name Dirk
1487 </PRE>
1488 </CODE></BLOCKQUOTE>
1489 <P>
1490 <H2><A NAME="ss8.87">8.87 set/node (9)</A>
1491 </H2>
1492
1493 <P><CODE><B>set/node &lt;call&gt; [&lt;call&gt; ...]</B> Make the callsign an AK1A cluster</CODE>
1494 <P>
1495 <P>Tell the system that the call(s) are to be treated as AK1A cluster and
1496 fed PC Protocol rather normal user commands.
1497 <P>From version 1.41 you can also set the following types of cluster
1498 <P>
1499 <BLOCKQUOTE><CODE>
1500 <PRE>
1501   set/spider
1502   set/dxnet
1503   set/clx
1504   set/arcluster
1505 </PRE>
1506 </CODE></BLOCKQUOTE>
1507 <P>To see what your nodes are set to, use the <EM>show/nodes</EM> command.
1508 <P>
1509 <H2><A NAME="ss8.88">8.88 set/obscount (9)</A>
1510 </H2>
1511
1512 <P><CODE><B>set/obscount &lt;count&gt; &lt;node call&gt;</B> Set the 'pump-up' obsolescence counter</CODE>
1513 <P>
1514 <P>From version 1.35 onwards neighbouring nodes are pinged at regular intervals (see
1515 SET/PINGINTERVAL), usually 300 seconds or 5 minutes. There is a 'pump-up'
1516 counter which is decremented on every outgoing ping and then reset to
1517 the 'obscount' value on every incoming ping. The default value of this
1518 parameter is 2. 
1519 <P>What this means is that a neighbouring node will be pinged twice at 
1520 (default) 300 second intervals and if no reply has been heard just before
1521 what would be the third attempt, that node is disconnected.
1522 <P>If a ping is heard then the obscount is reset to the full value. Using
1523 default values, if a node has not responded to a ping within 15 minutes,
1524 it is disconnected.
1525 <P>
1526 <H2><A NAME="ss8.89">8.89 set/page (0)</A>
1527 </H2>
1528
1529 <P><CODE><B>set/page &lt;n&gt;</B> Set the number of lines per page</CODE>
1530 <P>
1531 <P>Tell the system how many lines you wish on a page when the number of lines
1532 of output from a command is more than this. The default is 20. Setting it
1533 explicitly to 0 will disable paging. 
1534 <P>
1535 <BLOCKQUOTE><CODE>
1536 <PRE>
1537   SET/PAGE 30
1538   SET/PAGE 0
1539 </PRE>
1540 </CODE></BLOCKQUOTE>
1541 <P>The setting is stored in your user profile.
1542 <P>
1543 <P>
1544 <H2><A NAME="ss8.90">8.90 set/password (9)</A>
1545 </H2>
1546
1547 <P><CODE><B>set/password &lt;callsign&gt; &lt;string&gt;</B> Set a users password</CODE>
1548 <P>
1549 <P>The password for a user can only be set by a full sysop. The string
1550 can contain any characters but any spaces are removed (you can type in
1551 spaces - but they won't appear in the password). You can see the
1552 result with STAT/USER.  The password is the usual 30 character baycom
1553 type password.
1554 <P>
1555 <H2><A NAME="ss8.91">8.91 set/pinginterval (9)</A>
1556 </H2>
1557
1558 <P><CODE><B>set/pinginterval &lt;time&gt; &lt;node call&gt;</B> Set the ping time to neighbouring nodes</CODE>
1559 <P>
1560 <P>As from version 1.35 all neighbouring nodes are pinged at regular intervals
1561 in order to determine the rolling quality of the link and, in future, to
1562 affect routing decisions. The default interval is 300 secs or 5 minutes.
1563 <P>You can use this command to set a different interval. Please don't. 
1564 <P>But if you do the value you enter is treated as minutes up 60 and seconds
1565 for numbers greater than that.
1566 <P>This is used also to help determine when a link is down at the far end
1567 (as certain cluster software doesn't always notice), see SET/OBSCOUNT
1568 for more information.
1569 <P>
1570 <H2><A NAME="ss8.92">8.92 set/privilege (9)</A>
1571 </H2>
1572
1573 <P><CODE><B>set/privilege &lt;n&gt; &lt;call&gt; [&lt;call&gt; ...]</B> Set the privilege level on a call</CODE>
1574 <P>
1575 <P>Set the privilege level on a callsign. The privilege levels that pertain
1576 to commands are as default:-
1577 <P>
1578 <BLOCKQUOTE><CODE>
1579 <PRE>
1580   0 - normal user
1581   1 - allow remote nodes normal user RCMDs
1582   5 - various privileged commands (including shutdown, but not disc-
1583       connect), the normal level for another node.
1584   8 - more privileged commands (including disconnect)
1585   9 - local sysop privilege. DO NOT SET ANY REMOTE USER OR NODE TO THIS
1586       LEVEL.
1587 </PRE>
1588 </CODE></BLOCKQUOTE>
1589 <P>If you are a sysop and you come in as a normal user on a remote connection
1590 your privilege will automatically be set to 0.
1591 <P>
1592 <H2><A NAME="ss8.93">8.93 set/spider (5)</A>
1593 </H2>
1594
1595 <P><CODE><B>set/spider &lt;node_call&gt; [&lt;node_call&gt; ...]</B> Make
1596 the node_call a DXSpider type node</CODE>
1597 <P>
1598 <P>Set the node_call as a DXSpider type node
1599 <P>
1600 <H2><A NAME="ss8.94">8.94 set/sys_qra (9)</A>
1601 </H2>
1602
1603 <P><CODE><B>set/sys_qra &lt;locator&gt;</B> Set your cluster QRA locator</CODE>
1604 <P>
1605 <H2><A NAME="ss8.95">8.95 set/qra (0)</A>
1606 </H2>
1607
1608 <P><CODE><B>set/qra &lt;locator&gt;</B> Set your QRA locator</CODE>
1609 <P>
1610 <P>Tell the system what your QRA (or Maidenhead) locator is. If you have not
1611 done a SET/LOCATION then your latitude and longitude will be set roughly
1612 correctly (assuming your locator is correct ;-). For example:-
1613 <P>
1614 <BLOCKQUOTE><CODE>
1615 <PRE>
1616   SET/QRA JO02LQ
1617 </PRE>
1618 </CODE></BLOCKQUOTE>
1619 <P>
1620 <H2><A NAME="ss8.96">8.96 set/qth (0)</A>
1621 </H2>
1622
1623 <P><CODE><B>set/qth &lt;your QTH&gt;</B> Set your QTH</CODE>
1624 <P>
1625 <P>Tell the system where your are.  For example:-
1626 <P>
1627 <BLOCKQUOTE><CODE>
1628 <PRE>
1629   set/qth East Dereham, Norfolk
1630 </PRE>
1631 </CODE></BLOCKQUOTE>
1632 <P>
1633 <H2><A NAME="ss8.97">8.97 set/talk (0)</A>
1634 </H2>
1635
1636 <P><CODE><B>set/talk</B> Allow talk messages to be seen at your console</CODE>
1637 <P>
1638 <P>Allow talk messages to arrive at your console.  You can switch off
1639 talks with the <EM>unset/talk</EM> command.
1640 <P>
1641 <H2><A NAME="ss8.98">8.98 set/wcy (0)</A>
1642 </H2>
1643
1644 <P><CODE><B>set/wcy</B> Allow WCY messages to be seen at your console</CODE>
1645 <P>
1646 <P>Allow WCY information to be seen at your console.  You can switch off
1647 WCY messages with the <EM>unset/wcy</EM> command.
1648 <P>
1649 <H2><A NAME="ss8.99">8.99 set/wwv (0)</A>
1650 </H2>
1651
1652 <P><CODE><B>set/wwv</B> Allow WWV messages to be seen at your console</CODE>
1653 <P>
1654 <P>Allow WWV information to be seen at your console.  You can switch off
1655 WWV messages with the <EM>unset/wwv</EM> command.
1656 <P>
1657 <H2><A NAME="ss8.100">8.100 set/wx (0)</A>
1658 </H2>
1659
1660 <P><CODE><B>set/wx</B> Allow WX messages to be seen at your console</CODE>
1661 <P>
1662 <P>Allow WX information to be seen at your console.  You can switch off
1663 WX messages with the <EM>unset/wx</EM> command.
1664 <P>
1665 <H2><A NAME="ss8.101">8.101 show/baddx (1)</A>
1666 </H2>
1667
1668 <P><CODE><B>show/baddx</B>Show all the bad dx calls in the system</CODE>
1669 <P>
1670 <P>Display all the bad dx callsigns in the system, see SET/BADDX
1671 for more information.
1672 <P>
1673 <H2><A NAME="ss8.102">8.102 show/badnode (6)</A>
1674 </H2>
1675
1676 <P><CODE><B>show/badnode</B> Show all the bad nodes in the system</CODE>
1677 <P>
1678 <P>Display all the bad node callsigns in the system, see SET/BADNODE
1679 for more information.
1680 <P>
1681 <H2><A NAME="ss8.103">8.103 show/badspotter (1)</A>
1682 </H2>
1683
1684 <P><CODE><B>show/badspotter</B> Show all the bad spotters in the system</CODE>
1685 <P>
1686 <P>Display all the bad spotter's callsigns in the system, see SET/BADSPOTTER
1687 for more information.
1688 <P>
1689 <H2><A NAME="ss8.104">8.104 show/configuration (0)</A>
1690 </H2>
1691
1692 <P><CODE><B>show/configuration [&lt;node&gt;]</B> Show all visible nodes and their users</CODE>
1693 <P>
1694 <P>This command allows you to see all the users that can be seen
1695 and the nodes to which they are connected.  With the optional <EM>node</EM>,
1696 you can specify a particular node to look at.
1697 <P>This command is normally abbreviated to: sh/c
1698 <P>BE WARNED: the list that is returned can be VERY long
1699 <P>
1700 <H2><A NAME="ss8.105">8.105 show/configuration/node (0)</A>
1701 </H2>
1702
1703 <P><CODE><B>show/configuration/node</B> Show all the nodes connected</CODE>
1704 <P>
1705 <P>Show all the nodes connected locally and the nodes they have connected.
1706 <P>
1707 <H2><A NAME="ss8.106">8.106 show/connect (1)</A>
1708 </H2>
1709
1710 <P><CODE><B>show/connect</B> Show all the active connections</CODE>
1711 <P>
1712 <P>This command shows information on all the active connections known to
1713 the node. This command gives slightly more information than WHO.
1714 <P>
1715 <H2><A NAME="ss8.107">8.107 show/date (0)</A>
1716 </H2>
1717
1718 <P><CODE><B>show/date [&lt;prefix&gt;|&lt;callsign&gt;]</B> Show
1719 the local time</CODE>
1720 <P>
1721 <P>This is very nearly the same as SHOW/TIME, the only difference the format
1722 of the date string if no arguments are given.
1723 <P>If no prefixes or callsigns are given then this command returns the local
1724 time and UTC as the computer has it right now. If you give some prefixes
1725 then it will show UTC and UTC + the local offset (not including DST) at
1726 the prefixes or callsigns that you specify.
1727 <P>
1728 <H2><A NAME="ss8.108">8.108 show/debug (9)</A>
1729 </H2>
1730
1731 <P><CODE><B>show/debug</B> Show what levels of debug you are logging</CODE>
1732 <P>
1733 <P>The levels can be set with <EM>set/debug</EM>
1734 <P>
1735 <H2><A NAME="ss8.109">8.109 show/dx (0)</A>
1736 </H2>
1737
1738 <P><CODE><B>show/dx [options]</B> interrogate the spot database</CODE>
1739 <P>
1740 <P>If you just type SHOW/DX you will get the last so many spots
1741 (sysop configurable, but usually 10).
1742 <P>In addition you can add any number of these options in very nearly
1743 any order to the basic SHOW/DX command, they are:-
1744 <P>
1745 <BLOCKQUOTE><CODE>
1746 <PRE>
1747    
1748 on &lt;band&gt;       - eg 160m 20m 2m 23cm 6mm
1749 on &lt;region&gt;     - eg hf vhf uhf shf      (see SHOW/BANDS)
1750    
1751 &lt;number&gt;        - the number of spots you want
1752 &lt;from&gt;-&lt;to&gt;     - &lt;from&gt; spot no &lt;to&gt; spot no in 
1753                   the selected list
1754    
1755 &lt;prefix&gt;        - for a spotted callsign beginning with &lt;prefix&gt;
1756 *&lt;suffix&gt;       - for a spotted callsign ending in &lt;suffix&gt;
1757 *&lt;string&gt;*      - for a spotted callsign containing &lt;string&gt;
1758    
1759 day &lt;number&gt;    - starting &lt;number&gt; days ago
1760 day &lt;from&gt;-&lt;to&gt; - &lt;from&gt; days &lt;to&gt; days ago
1761    
1762 info &lt;text&gt;     - any spots containing &lt;text&gt; in the info or remarks
1763    
1764 by &lt;call&gt;       - any spots spotted by &lt;call&gt; (spotter &lt;call&gt; 
1765                         is the same).
1766
1767 qsl             - this automatically looks for any qsl info on the call
1768                   held in the spot database.
1769
1770 iota [&lt;iota&gt;]   - If the iota island number is missing it will 
1771                   look for the string iota and anything which looks like 
1772                   an iota island number. If you specify then it will look 
1773                   for that island.
1774
1775 qra [&lt;locator&gt;] - this will look for the specific locator if 
1776                   you specify one or else anything that looks like a locator.
1777 </PRE>
1778 </CODE></BLOCKQUOTE>
1779 <P>e.g. 
1780 <P>
1781 <BLOCKQUOTE><CODE>
1782 <PRE>
1783    
1784    SH/DX 9m0
1785    SH/DX on 20m info iota
1786    SH/DX 9a on vhf day 30
1787    SH/DX rf1p qsl
1788    SH/DX iota 
1789    SH/DX iota eu-064
1790    SH/DX qra jn86
1791 </PRE>
1792 </CODE></BLOCKQUOTE>
1793 <P>
1794 <H2><A NAME="ss8.110">8.110 show/dxcc (0)</A>
1795 </H2>
1796
1797 <P><CODE><B>show/dxcc &lt;prefix&gt;</B> Interrogate the spot database by country</CODE>
1798 <P>
1799 <P>This command takes the &lt;prefix&gt; (which can be a full or partial 
1800 callsign if desired), looks up which internal country number it is
1801 and then displays all the spots as per SH/DX for that country.
1802 <P>The options for SHOW/DX also apply to this command.   
1803 e.g. 
1804 <P>
1805 <BLOCKQUOTE><CODE>
1806 <PRE>
1807    
1808    SH/DXCC G
1809    SH/DXCC W on 20m info iota
1810 </PRE>
1811 </CODE></BLOCKQUOTE>
1812 <P>
1813 <H2><A NAME="ss8.111">8.111 show/files (0)</A>
1814 </H2>
1815
1816 <P><CODE><B>show/files [&lt;filearea&gt; [&lt;string&gt;]]</B> List
1817 the contents of a filearea</CODE>
1818 <P>
1819 <P>SHOW/FILES on its own will show you a list of the various fileareas
1820 available on the system. To see the contents of a particular file
1821 area type:-
1822 <P>
1823 <BLOCKQUOTE><CODE>
1824 <PRE>
1825    SH/FILES &lt;filearea&gt;
1826 </PRE>
1827 </CODE></BLOCKQUOTE>
1828 <P>where &lt;filearea&gt; is the name of the filearea you want to see the 
1829 contents of.
1830 <P>You can also use shell globbing characters like '*' and '?' in a
1831 string to see a selection of files in a filearea eg:-
1832 <P>
1833 <BLOCKQUOTE><CODE>
1834 <PRE>
1835    SH/FILES bulletins arld*
1836 </PRE>
1837 </CODE></BLOCKQUOTE>
1838 <P>See also TYPE - to see the contents of a file.
1839 <P>
1840 <H2><A NAME="ss8.112">8.112 show/filter (0)</A>
1841 </H2>
1842
1843 <P><CODE><B>show/filter</B> Show the filters you have set</CODE>
1844 <P>
1845 <P>Show the contents of all the filters that are set by you. This command 
1846 displays all the filters set - for all the various categories.
1847 <P>
1848 <H2><A NAME="ss8.113">8.113 show/filter (extended for sysops) (5)</A>
1849 </H2>
1850
1851 <P><CODE><B>show/filter &lt;callsign&gt;</B> Show the filters set by &lt;callsign&gt;</CODE>
1852 <P>
1853 <P>A sysop can look at any filters that have been set.
1854 <P>
1855 <H2><A NAME="ss8.114">8.114 show/hops (8)</A>
1856 </H2>
1857
1858 <P><CODE><B>show/hops &lt;node_call&gt; [ann|spots|wcy|wwv|]</B> Show the hop counts for a node</CODE>
1859 <P>
1860 <P>This command shows the hop counts set up for a node. You can specify
1861 which category you want to see. If you leave the category out then 
1862 all the categories will be listed.
1863 <P>
1864 <H2><A NAME="ss8.115">8.115 show/isolate (1)</A>
1865 </H2>
1866
1867 <P><CODE><B>show/isolate</B> Show a list of isolated nodes</CODE>
1868 <P>
1869 <P>Show which nodes are currently set to be isolated.
1870 <P>
1871 <H2><A NAME="ss8.116">8.116 show/lockout (9)</A>
1872 </H2>
1873
1874 <P><CODE><B>show/lockout</B> Show a list of excluded callsigns</CODE>
1875 <P>
1876 <P>Show a list of callsigns that have been excluded (locked out) of the
1877 cluster locally with the <EM>set/lockout</EM> command
1878 <P>
1879 <H2><A NAME="ss8.117">8.117 show/log (8)</A>
1880 </H2>
1881
1882 <P><CODE><B>show/log [&lt;callsign&gt;]</B> Show excerpts from the system log</CODE>
1883 <P>
1884 <P>This command outputs a short section of the system log.  On its own
1885 it will output a general logfile.  With the optional callsign it will
1886 show output from the log associated with that callsign.
1887 <P>
1888 <H2><A NAME="ss8.118">8.118 show/moon (0)</A>
1889 </H2>
1890
1891 <P><CODE><B>show/moon [&lt;prefix&gt;|&lt;callsign&gt;]</B> Show moon
1892 rise and set times</CODE>
1893 <P>
1894 <P>Show the Moon rise and set times for a (list of) prefixes or callsigns, 
1895 together with the azimuth and elevation of the sun currently at those
1896 locations.
1897 <P>If you don't specify any prefixes or callsigns, it will show the times for
1898 your QTH (assuming you have set it with either SET/LOCATION or SET/QRA),
1899 together with the current azimuth and elevation.
1900 <P>In addition, it will show the gain or loss dB relative to the nominal 
1901 distance of 385,000Km due to the ellipsoidal nature of the orbit.
1902 <P>If all else fails it will show the Moonrise and set times for the node
1903 that you are connected to. 
1904 <P>For example:-
1905 <P>
1906 <BLOCKQUOTE><CODE>
1907 <PRE>
1908   SH/MOON
1909   SH/MOON G1TLH W5UN
1910 </PRE>
1911 </CODE></BLOCKQUOTE>
1912 <P>
1913 <H2><A NAME="ss8.119">8.119 show/muf (0)</A>
1914 </H2>
1915
1916 <P><CODE><B>show/muf &lt;prefix&gt; [&lt;hours&gt;][long]</B> Show
1917 the likely propagation to &lt;prefix&gt;</CODE>
1918 <P>
1919 <P>This command allow you to estimate the likelihood of you contacting
1920 a station with the prefix you have specified. The output assumes a modest
1921 power of 20dBW and receiver sensitivity of -123dBm (about 0.15muV/10dB SINAD)
1922 <P>The result predicts the most likely operating frequencies and signal
1923 levels for high frequency (shortwave) radio propagation paths on
1924 specified days of the year and hours of the day. It is most useful for
1925 paths between 250 km and 6000 km, but can be used with reduced accuracy
1926 for paths shorter or longer than this.
1927 <P>The command uses a routine MINIMUF 3.5 developed by the U.S. Navy and
1928 used to predict the MUF given the predicted flux, day of the year,
1929 hour of the day and geographic coordinates of the transmitter and
1930 receiver. This routine is reasonably accurate for the purposes here,
1931 with a claimed RMS error of 3.8 MHz, but much smaller and less complex
1932 than the programs used by major shortwave broadcasting organizations,
1933 such as the Voice of America.
1934 <P>The command will display some header information detailing its
1935 assumptions, together with the locations, latitude and longitudes and
1936 bearings. It will then show UTC (UT), local time at the other end
1937 (LT), calculate the MUFs, Sun zenith angle at the midpoint of the path
1938 (Zen) and the likely signal strengths. Then for each frequency for which
1939 the system thinks there is a likelihood of a circuit it prints a value.
1940 <P>The value is currently a likely S meter reading based on the conventional
1941 6dB / S point scale. If the value has a '+' appended it means that it is
1942 1/2 an S point stronger. If the value is preceeded by an 'm' it means that
1943 there is likely to be much fading and by an 's' that the signal is likely
1944 to be noisy.  
1945 <P>By default SHOW/MUF will show the next two hours worth of data. You
1946 can specify anything up to 24 hours worth of data by appending the no of
1947 hours required after the prefix. For example:-
1948 <P>
1949 <BLOCKQUOTE><CODE>
1950 <PRE>
1951   SH/MUF W
1952 </PRE>
1953 </CODE></BLOCKQUOTE>
1954 <P>produces:
1955 <P>
1956 <BLOCKQUOTE><CODE>
1957 <PRE>
1958   RxSens: -123 dBM SFI: 159   R: 193   Month: 10   Day: 21
1959   Power :   20 dBW    Distance:  6283 km    Delay: 22.4 ms
1960   Location                       Lat / Long           Azim
1961   East Dereham, Norfolk          52 41 N 0 57 E         47
1962   United-States-W                43 0 N 87 54 W        299
1963   UT LT  MUF Zen  1.8  3.5  7.0 10.1 14.0 18.1 21.0 24.9 28.0 50.0
1964   18 23 11.5 -35  mS0+ mS2   S3
1965   19  0 11.2 -41  mS0+ mS2   S3
1966 </PRE>
1967 </CODE></BLOCKQUOTE>
1968 <P>indicating that you will have weak, fading circuits on top band and 
1969 80m but usable signals on 40m (about S3).
1970 <P>inputing:-
1971 <P>
1972 <BLOCKQUOTE><CODE>
1973 <PRE>
1974   SH/MUF W 24
1975 </PRE>
1976 </CODE></BLOCKQUOTE>
1977 <P>will get you the above display, but with the next 24 hours worth of
1978 propagation data.
1979 <P>
1980 <BLOCKQUOTE><CODE>
1981 <PRE>
1982   SH/MUF W L 24
1983   SH/MUF W 24 Long
1984 </PRE>
1985 </CODE></BLOCKQUOTE>
1986 <P>Gives you an estimate of the long path propagation characterics. It
1987 should be noted that the figures will probably not be very useful, nor
1988 terrible accurate, but it is included for completeness.
1989 <P>
1990 <H2><A NAME="ss8.120">8.120 show/node (1)</A>
1991 </H2>
1992
1993 <P><CODE><B>show/node [&lt;node_call&gt; ...]</B> Show the type and version
1994 number of nodes</CODE>
1995 <P>
1996 <P>Show the type and version (if connected) of the nodes specified on the
1997 command line. If no callsigns are specified then a sorted list of all
1998 the non-user callsigns known to the system will be displayed.
1999 <P>
2000 <H2><A NAME="ss8.121">8.121 show/prefix (0)</A>
2001 </H2>
2002
2003 <P><CODE><B>show/prefix &lt;callsign&gt;</B> Interrogate the prefix database</CODE>
2004 <P>
2005 <P>This command takes the &lt;callsign&gt; (which can be a full or partial 
2006 callsign or a prefix), looks up which internal country number 
2007 it is and then displays all the relevant prefixes for that country
2008 together with the internal country no, the CQ and ITU regions. 
2009 <P>See also SHOW/DXCC
2010 <P>
2011 <P>
2012 <H2><A NAME="ss8.122">8.122 show/program (5)</A>
2013 </H2>
2014
2015 <P><CODE><B>show/program</B> Show the locations of all the included program modules</CODE>
2016 <P>
2017 <P>Show the name and location where every program module was load from. This
2018 is useful for checking where you think you have loaded a .pm file from.
2019 <P>
2020 <H2><A NAME="ss8.123">8.123 show/qra (0)</A>
2021 </H2>
2022
2023 <P><CODE><B>show/qra &lt;locator&gt; [&lt;locator&gt;]</B> Show the distance
2024 between locators<BR>
2025 <B>show/qra &lt;lat&gt; &lt;long&gt;</B> Convert latitude and longitude to a locator</CODE>
2026 <P>
2027 <P>This is a multipurpose command that allows you either to calculate the
2028 distance and bearing between two locators or (if only one locator is
2029 given on the command line) the distance and beraing from your station
2030 to the locator. For example:-
2031 <P>
2032 <BLOCKQUOTE><CODE>
2033 <PRE>
2034 SH/QRA IO92QL 
2035 SH/QRA JN06 IN73
2036 </PRE>
2037 </CODE></BLOCKQUOTE>
2038 <P>The first example will show the distance and bearing to the locator from
2039 yourself, the second example will calculate the distance and bearing from
2040 the first locator to the second. You can use 4 or 6 character locators.
2041 <P>It is also possible to convert a latitude and longitude to a locator by 
2042 using this command with a latitude and longitude as an argument, for
2043 example:-
2044 <P>
2045 <BLOCKQUOTE><CODE>
2046 <PRE>
2047 SH/QRA 52 41 N 0 58 E
2048 </PRE>
2049 </CODE></BLOCKQUOTE>
2050 <P>
2051 <H2><A NAME="ss8.124">8.124 show/qrz (0)</A>
2052 </H2>
2053
2054 <P><CODE><B>show/qrz &lt;callsign&gt;</B> Show any callbook details on a callsign</CODE>
2055 <P>
2056 <P>This command queries the QRZ callbook server on the internet
2057 and returns any information available for that callsign. This service
2058 is provided for users of this software by http://www.qrz.com 
2059 <P>
2060 <H2><A NAME="ss8.125">8.125 show/route (0)</A>
2061 </H2>
2062
2063 <P><CODE><B>show/route &lt;callsign&gt;</B> Show the route to &lt;callsign&gt;</CODE>
2064 <P>
2065 <P>This command allows you to see to which node the callsigns specified are
2066 connected. It is a sort of inverse sh/config.
2067 <P>
2068 <BLOCKQUOTE><CODE>
2069 <PRE>
2070   sh/route n2tly
2071 </PRE>
2072 </CODE></BLOCKQUOTE>
2073 <P>
2074 <H2><A NAME="ss8.126">8.126 show/satellite (0)</A>
2075 </H2>
2076
2077 <P><CODE><B>show/satellite &lt;name&gt; [&lt;hours&gt; &lt;interval&gt;]</B>
2078 Show satellite tracking data</CODE>
2079 <P>
2080 <P>Show the tracking data from your location to the satellite of your choice
2081 from now on for the next few hours.
2082 <P>If you use this command without a satellite name it will display a list
2083 of all the satellites known currently to the system. 
2084 <P>If you give a name then you can obtain tracking data of all the passes
2085 that start and finish 5 degrees below the horizon. As default it will
2086 give information for the next three hours for every five minute period.
2087 <P>You can alter the number of hours and the step size, within certain 
2088 limits. 
2089 <P>Each pass in a period is separated with a row of '-----' characters
2090 <P>So for example:-
2091 <P>
2092 <BLOCKQUOTE><CODE>
2093 <PRE>
2094 SH/SAT AO-10 
2095 SH/SAT FENGYUN1 12 2
2096 </PRE>
2097 </CODE></BLOCKQUOTE>
2098 <P>
2099 <H2><A NAME="ss8.127">8.127 show/sun (0)</A>
2100 </H2>
2101
2102 <P><CODE><B>show/sun [&lt;prefix&gt;|&lt;callsign&gt;]</B> Show
2103 sun rise and set times</CODE>
2104 <P>
2105 <P>Show the sun rise and set times for a (list of) prefixes or callsigns, 
2106 together with the azimuth and elevation of the sun currently at those
2107 locations.
2108 <P>If you don't specify any prefixes or callsigns, it will show the times for
2109 your QTH (assuming you have set it with either SET/LOCATION or SET/QRA),
2110 together with the current azimuth and elevation.
2111 <P>If all else fails it will show the sunrise and set times for the node
2112 that you are connected to. 
2113 <P>For example:-
2114 <P>
2115 <BLOCKQUOTE><CODE>
2116 <PRE>
2117   SH/SUN
2118   SH/SUN G1TLH K9CW ZS
2119 </PRE>
2120 </CODE></BLOCKQUOTE>
2121 <P>
2122 <H2><A NAME="ss8.128">8.128 show/time (0)</A>
2123 </H2>
2124
2125 <P><CODE><B>show/time [&lt;prefix&gt;|&lt;callsign&gt;]</B> Show
2126 the local time</CODE>
2127 <P>
2128 <P>If no prefixes or callsigns are given then this command returns the local
2129 time and UTC as the computer has it right now. If you give some prefixes
2130 then it will show UTC and UTC + the local offset (not including DST) at
2131 the prefixes or callsigns that you specify.
2132 <P>
2133 <H2><A NAME="ss8.129">8.129 show/wcy (0)</A>
2134 </H2>
2135
2136 <P><CODE><B>show/wcy</B> Show the last 10 WCY broadcasts<BR>
2137 <B>show/wcy &lt;n&gt;</B> Show the last &lt;n&gt; WCY broadcasts</CODE>
2138 <P>
2139 <P>Display the most recent WCY information that has been received by the system
2140 <P>
2141 <H2><A NAME="ss8.130">8.130 show/wwv (0)</A>
2142 </H2>
2143
2144 <P><CODE><B>show/wwv</B> Show the last 10 WWV broadcasts<BR>
2145 <B>show/wwv &lt;n&gt;</B> Show the last &lt;n&gt; WWV broadcasts</CODE>
2146 <P>
2147 <P>Display the most recent WWV information that has been received by the system
2148 <P>
2149 <P>
2150 <H2><A NAME="ss8.131">8.131 shutdown (5)</A>
2151 </H2>
2152
2153 <P><CODE><B>shutdown</B> Shutdown the cluster</CODE>
2154 <P>
2155 <P>Shutdown the cluster and disconnect all the users.  If you have Spider
2156 set to respawn in /etc/inittab it will of course restart.
2157 <P>
2158 <H2><A NAME="ss8.132">8.132 spoof (9)</A>
2159 </H2>
2160
2161 <P><CODE><B>spoof &lt;callsign&gt; &lt;command&gt;</B> Run commands as another user</CODE>
2162 <P>
2163 <P>This is a very simple yet powerful command for the sysop.  It allows you to
2164 issue commands as if you were a different user.  This is very useful for the
2165 kind of things that users seem to always get wrong.. like home_node for
2166 example.
2167 <P>
2168 <H2><A NAME="ss8.133">8.133 stat/db (5)</A>
2169 </H2>
2170
2171 <P><CODE><B>stat/db &lt;dbname&gt;</B> Show the status of a database</CODE>
2172 <P>
2173 <P>Show the internal status of a database descriptor.
2174 <P>Depending on your privilege level you will see more or less information. 
2175 This command is unlikely to be of much use to anyone other than a sysop.
2176 <P>
2177 <H2><A NAME="ss8.134">8.134 stat/channel (5)</A>
2178 </H2>
2179
2180 <P><CODE><B>stat/channel &lt;callsign&gt;</B> Show the status of a channel on the cluster</CODE>
2181 <P>
2182 <P>Show the internal status of the channel object either for the channel that 
2183 you are on or else for the callsign that you asked for.
2184 <P>Only the fields that are defined (in perl term) will be displayed.
2185 <P>
2186 <H2><A NAME="ss8.135">8.135 stat/msg (5)</A>
2187 </H2>
2188
2189 <P><CODE><B>stat/msg &lt;msgno&gt;</B> Show the status of a message</CODE>
2190 <P>
2191 <P>This command shows the internal status of a message and includes information
2192 such as to whom it has been forwarded, its size, origin etc etc.
2193 <P>
2194 <P>If no message number is given then the status of the message system is 
2195 displayed.
2196 <P>
2197 <H2><A NAME="ss8.136">8.136 stat/route_node (5)</A>
2198 </H2>
2199
2200 <P><CODE><B>stat/route_node &lt;callsign&gt;</B> Show the data in a Route::Node object</CODE>
2201 <P>
2202 <H2><A NAME="ss8.137">8.137 stat/route_user (5)</A>
2203 </H2>
2204
2205 <P><CODE><B>stat/route_user &lt;callsign&gt;</B> Show the data in a Route::User object</CODE>
2206 <P>
2207 <H2><A NAME="ss8.138">8.138 stat/user (5)</A>
2208 </H2>
2209
2210 <P><CODE><B>stat/user &lt;callsign&gt;</B> Show the full status of a user</CODE>
2211 <P>
2212 <P>Shows the full contents of a user record including all the secret flags
2213 and stuff.
2214 <P>Only the fields that are defined (in perl term) will be displayed.
2215 <P>
2216 <H2><A NAME="ss8.139">8.139 sysop (0)</A>
2217 </H2>
2218
2219 <P><CODE><B>sysop</B> Regain your privileges if you login remotely</CODE>
2220 <P>
2221 <P>The system automatically reduces your privilege level to that of a
2222 normal user if you login in remotely. This command allows you to
2223 regain your normal privilege level. It uses the normal system: five
2224 numbers are returned that are indexes into the character array that is
2225 your assigned password (see SET/PASSWORD). The indexes start from
2226 zero.
2227 <P>You are expected to return a string which contains the characters
2228 required in the correct order. You may intersperse those characters
2229 with others to obscure your reply for any watchers. For example (and
2230 these values are for explanation :-):
2231 <P>
2232 <BLOCKQUOTE><CODE>
2233 <PRE>
2234   password = 012345678901234567890123456789
2235   > sysop
2236   22 10 15 17 3
2237 </PRE>
2238 </CODE></BLOCKQUOTE>
2239 <P>you type:-
2240 <P>
2241 <BLOCKQUOTE><CODE>
2242 <PRE>
2243  aa2bbbb0ccc5ddd7xxx3n
2244  or 2 0 5 7 3
2245  or 20573
2246 </PRE>
2247 </CODE></BLOCKQUOTE>
2248 <P>They will all match. If there is no password you will still be offered
2249 numbers but nothing will happen when you input a string. Any match is
2250 case sensitive.
2251 <P>
2252 <H2><A NAME="ss8.140">8.140 talk (0)</A>
2253 </H2>
2254
2255 <P><CODE><B>talk &lt;callsign&gt;</B> Enter talk mode with &lt;callsign&gt;<BR>
2256 <B>talk &lt;callsign&gt; &lt;text&gt;</B> Send a text message to &lt;callsign&gt;<BR>
2257 <B>talk &lt;callsign&gt; &gt; &lt;node_call&gt; [&lt;text&gt;]</B>
2258 Send a text message to &lt;callsign&gt; via &lt;node_call&gt;</CODE>
2259 <P>
2260 <P>Send a short message to any other station that is visible on the cluster
2261 system. You can send it to anyone you can see with a SHOW/CONFIGURATION 
2262 command, they don't have to be connected locally.
2263 <P>The second form of TALK is used when other cluster nodes are connected
2264 with restricted information. This usually means that they don't send 
2265 the user information usually associated with logging on and off the cluster.
2266 <P>If you know that G3JNB is likely to be present on GB7TLH, but you can only
2267 see GB7TLH in the SH/C list but with no users, then you would use the
2268 second form of the talk message.
2269 <P>If you want to have a ragchew with someone you can leave the text message
2270 out and the system will go into 'Talk' mode. What this means is that a
2271 short message is sent to the recipient telling them that you are in a 'Talking' 
2272 frame of mind and then you just type - everything you send will go to the 
2273 station that you asked for. 
2274 <P>All the usual announcements, spots and so on will still come out on your
2275 terminal.
2276 <P>If you want to do something (such as send a spot) you precede the normal 
2277 command with a '/' character, eg:-
2278 <P>
2279 <BLOCKQUOTE><CODE>
2280 <PRE>
2281    /DX 14001 G1TLH What's a B class licensee doing on 20m CW?
2282    /HELP talk
2283 </PRE>
2284 </CODE></BLOCKQUOTE>
2285 <P>To leave talk mode type:
2286 <P>
2287 <BLOCKQUOTE><CODE>
2288 <PRE>
2289    /EX
2290 </PRE>
2291 </CODE></BLOCKQUOTE>
2292 <P>
2293 <H2><A NAME="ss8.141">8.141 type (0)</A>
2294 </H2>
2295
2296 <P><CODE><B>type &lt;filearea&gt;/&lt;name&gt;</B> Look at a file in one of the fileareas</CODE>
2297 <P>
2298 <P>Type out the contents of a file in a filearea. So, for example, in 
2299 filearea 'bulletins' you want to look at file 'arld051' you would 
2300 enter:-
2301 <P>
2302 <BLOCKQUOTE><CODE>
2303 <PRE>
2304    TYPE bulletins/arld051
2305 </PRE>
2306 </CODE></BLOCKQUOTE>
2307 <P>See also SHOW/FILES to see what fileareas are available and a 
2308 list of content.
2309 <P>
2310 <H2><A NAME="ss8.142">8.142 who (0)</A>
2311 </H2>
2312
2313 <P><CODE><B>who</B> Show who is physically connected locally</CODE>
2314 <P>
2315 <P>This is a quick listing that shows which callsigns are connected and
2316 what sort of connection they have
2317 <P>
2318 <H2><A NAME="ss8.143">8.143 wx (0)</A>
2319 </H2>
2320
2321 <P><CODE><B>wx &lt;text&gt;</B> Send a weather message to local users<BR>
2322 <B>wx full &lt;text&gt; </B> Send a weather message to all cluster users</CODE>
2323 <P>
2324 <P>Weather messages can sometimes be useful if you are experiencing an extreme
2325 that may indicate enhanced conditions
2326 <P>
2327 <H2><A NAME="ss8.144">8.144 wx (enhanced for sysops) (5)</A>
2328 </H2>
2329
2330 <P><CODE><B>wx sysop &lt;text&gt;</B> Send a weather message to other clusters only</CODE>
2331 <P>
2332 <P>Send a weather message only to other cluster nodes and not to general users.
2333 <P>
2334 <P>
2335 <P>
2336 <HR>
2337 Next
2338 <A HREF="adminmanual-7.html">Previous</A>
2339 <A HREF="adminmanual.html#toc8">Contents</A>
2340 </BODY>
2341 </HTML>