move usdb init as per k1xx's bug
[spider.git] / html / adminmanual-11.html
index c83dd63dc62e47028225fabc6e2effc3372a1b58..939c8a1a6cb0b1321d6ef3412d8c7ce7c6ca7cef 100644 (file)
@@ -1,8 +1,8 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <HTML>
 <HEAD>
- <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
- <TITLE>The DXSpider Installation and Administration Manual : The DXSpider command set</TITLE>
+ <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.16">
+ <TITLE>The DXSpider Administration Manual v1.50: The DXSpider command set</TITLE>
  <LINK HREF="adminmanual-10.html" REL=previous>
  <LINK HREF="adminmanual.html#toc11" REL=contents>
 <link rel=stylesheet href="style.css" type="text/css" title="default stylesheet">
@@ -12,29 +12,30 @@ Next
 <A HREF="adminmanual-10.html">Previous</A>
 <A HREF="adminmanual.html#toc11">Contents</A>
 <HR>
-<H2><A NAME="s11">11. The DXSpider command set</A></H2>
+<H2><A NAME="s11">11.</A> <A HREF="adminmanual.html#toc11">The DXSpider command set</A></H2>
 
 <P>Below is a complete list of commands available from the cluster prompt.
-Most maintenance tasks are automatic but there are some commands that are useful 
-for a sysop.  These are listed below in alphabetical order.  The number in 
-brackets following the command name is the permissions level needed to use 
-the command.
-<P>
-<H2><A NAME="ss11.1">11.1 accept/announce (0)</A>
+Most maintenance tasks are automatic but there are some commands that are useful
+for a sysop.  These are listed below in alphabetical order.  The number in
+brackets following the command name is the permissions level needed to use
+the command</P>
+
+<H2><A NAME="ss11.1">11.1</A> <A HREF="adminmanual.html#toc11.1">accept/announce (0)</A>
 </H2>
 
 <P><CODE><B>accept/announce [0-9] &lt;pattern&gt;</B> Set an accept filter
-line for announce</CODE>
-<P>
-<P>Create an 'accept this announce' line for a filter. 
+line for announce</CODE></P>
+
+<P>Create an 'accept this announce' line for a filter.</P>
 <P>An accept filter line means that if the announce matches this filter it is
 passed onto the user. See HELP FILTERS for more info. Please read this
-to understand how filters work - it will save a lot of grief later on.
-<P>You can use any of the following things in this line:-
+to understand how filters work - it will save a lot of grief later on.</P>
+<P>You can use any of the following things in this line:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   info &lt;string>            eg: iota or qsl
-  by &lt;prefixes>            eg: G,M,2         
+  by &lt;prefixes>            eg: G,M,2
   origin &lt;prefixes>
   origin_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
   origin_itu &lt;numbers>
@@ -46,94 +47,200 @@ to understand how filters work - it will save a lot of grief later on.
   wx 1                     filter WX announces
   dest &lt;prefixes>          eg: 6MUK,WDX      (distros)
 </PRE>
-<P>some examples:-
+</CODE></BLOCKQUOTE>
+</P>
+<P>some examples:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   acc/ann dest 6MUK
   acc/ann 2 by_zone 14,15,16
   (this could be all on one line: acc/ann dest 6MUK or by_zone 14,15,16)
 </PRE>
-<P>or
+</CODE></BLOCKQUOTE>
+</P>
+<P>or</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   acc/ann by G,M,2 
 </PRE>
+</CODE></BLOCKQUOTE>
+</P>
 <P>This filter would only allow announces that were posted buy UK stations.  
-You can use the tag 'all' to accept everything eg:
+You can use the tag 'all' to accept everything eg:</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   acc/ann all
 </PRE>
-<P>but this probably for advanced users...
-<P>
-<H2><A NAME="ss11.2">11.2 accept/announce (extended for sysops) (8)</A>
+</CODE></BLOCKQUOTE>
+</P>
+<P>but this probably for advanced users...</P>
+
+<H2><A NAME="ss11.2">11.2</A> <A HREF="adminmanual.html#toc11.2">accept/announce (extended for sysops) (8)</A>
 </H2>
 
-<P><CODE><B>accept/announce &lt;call&gt; [input] [0-9]&lt;pattern&gt;</B> Announce filter sysop version</CODE>
-<P>
+<P><CODE><B>accept/announce &lt;call&gt; [input] [0-9]&lt;pattern&gt;</B> Announce filter sysop version</CODE></P>
+
 <P>This version allows a sysop to set a filter for a callsign as well as the
-default for nodes and users eg:-
+default for nodes and users eg:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   accept/ann by G,M,2
   accept/ann input node_default by G,M,2
   accept/ann user_default by G,M,2
 </PRE>
-<P>
-<H2><A NAME="ss11.3">11.3 accept/spots (0)</A>
+</CODE></BLOCKQUOTE>
+</P>
+
+<H2><A NAME="ss11.3">11.3</A> <A HREF="adminmanual.html#toc11.3">accept/route (8)</A>
 </H2>
 
-<P><CODE><B>accept/announce [0-9] &lt;pattern&gt;</B> Set an accept filter line for spots</CODE>
+<P><CODE><B>accept/route &lt;call&gt; [0-9] &lt;pattern&gt;</B> Set an 'accept' filter line for routing</CODE></P>
+
+<P>Create an 'accept this routing PC Protocol' line for a filter. </P>
+
+<P>An accept filter line means that if a PC16/17/19/21/24/41/50 matches this filter
+it is passed thru that interface. See HELP FILTERING for more info. Please read this
+to understand how filters work - it will save a lot of grief later on.</P>
+
+<P>You can use any of the following things in this line:-</P>
+<P>
+<BLOCKQUOTE><CODE>
+<PRE>
+  call &lt;prefixes>        the callsign of the thingy
+  call_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
+  call_itu &lt;numbers>
+  call_zone &lt;numbers>
+  origin &lt;prefixes>      really the interface it came in on
+  origin_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
+  origin_itu &lt;numbers>
+  origin_zone &lt;numbers>
+</PRE>
+</CODE></BLOCKQUOTE>
+</P>
+
+<P>some examples:-</P>
 <P>
-<P>Create an 'accept this spot' line for a filter.
+<BLOCKQUOTE><CODE>
+<PRE>
+  acc/route gb7djk call_dxcc 61,38 (send only UK+EIRE nodes)
+  acc/route gb7djk call gb7djk     (equiv to SET/ISOLATE)
+</PRE>
+</CODE></BLOCKQUOTE>
+</P>
+
+<P>You can use the tag 'all' to accept everything eg:</P>
 <P>
+<BLOCKQUOTE><CODE>
+<PRE>
+  acc/route all
+</PRE>
+</CODE></BLOCKQUOTE>
+</P>
+
+<H2><A NAME="ss11.4">11.4</A> <A HREF="adminmanual.html#toc11.4">accept/spots (0)</A>
+</H2>
+
+<P><CODE><B>accept/spots [0-9] &lt;pattern&gt;</B> Set an accept filter line for spots</CODE></P>
+
+<P>Create an 'accept this spot' line for a filter.</P>
+
 <P>An accept filter line means that if the spot matches this filter it is
 passed onto the user. See HELP FILTERS for more info. Please read this
-to understand how filters work - it will save a lot of grief later on.
-<P>You can use any of the following things in this line:-
+to understand how filters work - it will save a lot of grief later on.</P>
+<P>Please read the following section carefully.  Though it looks similar,
+reformatting, corrections, and hopefully clarifications have been added.</P>
+<P>You can use any of the following things in this line:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
-  freq &lt;range>           eg: 0/30000 or hf or hf/cw or 6m,4m,2m
-  on &lt;range>             same as 'freq'
-  call &lt;prefixes>        eg: G,PA,HB9
-  info &lt;string>          eg: iota or qsl
-  by &lt;prefixes>            
-  call_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
+Filters for the station being spotted:
+  call &lt;letters of the prefix, but NOT country inclusive>
+     call G --> G1AAA, GJ2BBB, GU3CCC, etc will be spotted
+     call K --> K1XX, K1XXX will be spotted
+                W1XX, W1XXX will NOT be spotted
+     call PA --> PA3EZL will be spotted
+                 PB2FG will NOT be spotted
+
+  call_dxcc &lt;numbers or prefixes>
+     call_dxcc G --> G1AAA will be spotted
+                     GU1AAA will NOT be spotted (different country)
+     call_dxcc K --> K1XX, W1XX will be spotted (same country)
+     call_dxcc 139 --> PA3EZL and PB2FG will be spotted
+
   call_itu &lt;numbers>
   call_zone &lt;numbers>
-  by_dxcc &lt;numbers>
+
+Filters for the callsign of the station doing the spotting:
+  by &lt;letters of the prefix, but NOT country inclusive>
+     by G --> spots from G1AAA, GJ2BBB, GU3CCC, etc will be spotted
+     by K --> spots from K1XX, K1XXX will be spotted
+              spots from W1XX, W1XXX will NOT be spotted
+
+  by_dxcc &lt;numbers or prefixes>
+     by_dxcc G --> spots from G1AAA will be spotted
+                   spots from GU1AAA will NOT be spotted (different
+country)
+     by_dxcc K --> spots from K1XX, W1XX will be spotted (same country)
+     by_dxcc 139 --> spots from PA3EZL or PB2FG will be spotted
+
   by_itu &lt;numbers>
   by_zone &lt;numbers>
-  origin &lt;prefixes>
+
+Filters for the callsign of the "node" doing the spotting:
+  origin &lt;letters of the prefix, but NOT country inclusive>
+     origin K --> spots from a node starting with K will be spotted
+                  spots from a node starting with KK will NOT be spotted
+                  spots from a node starting with W will NOT be spotted
+
+Filters for the callsign of the connected node or user (channel) doing the spotting:
   channel &lt;prefixes>
+     channel W1HR --> spots from the connected node W1HR will be spotted
+     channel K1QX --> spots from the connected user K1QX will be spotted
+
+  info &lt;string>          eg: iota or qsl
+  freq &lt;range>           eg: 0/30000 or hf or hf/cw or 6m,4m,2m
+  on &lt;range>             same as 'freq'
 </PRE>
-<P>
+</CODE></BLOCKQUOTE>
+</P>
+
 <P>For frequencies, you can use any of the band names defined in
 SHOW/BANDS and you can use a subband name like: cw, rtty, data, ssb -
 thus: hf/ssb. You can also just have a simple range like: 0/30000 -
 this is more efficient than saying simply: freq HF (but don't get
-too hung up about that)
-<P>some examples:-
+too hung up about that)</P>
+<P>some examples:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   acc/spot 1 on hf/cw
   acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
 </PRE>
-<P>You can use the tag 'all' to accept everything, eg:
+</CODE></BLOCKQUOTE>
+</P>
+<P>You can use the tag 'all' to accept everything, eg:</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   acc/spot 3 all
 </PRE>
-<P>but this probably for advanced users...
-<P>
-<H2><A NAME="ss11.4">11.4 accept/spots (extended for sysops) (8)</A>
+</CODE></BLOCKQUOTE>
+</P>
+<P>but this probably for advanced users...</P>
+
+<H2><A NAME="ss11.5">11.5</A> <A HREF="adminmanual.html#toc11.5">accept/spots (extended for sysops) (8)</A>
 </H2>
 
-<P><CODE><B>accept/spots &lt;call&gt; [input] [0-9] &lt;pattern&gt;</B> Spot filter sysop version</CODE>
-<P>
+<P><CODE><B>accept/spots &lt;call&gt; [input] [0-9] &lt;pattern&gt;</B> Spot filter sysop version</CODE></P>
+
 <P>This version allows a sysop to set a filter for a callsign as well as the
-default for nodes and users eg:-
+default for nodes and users eg:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   accept/spot db0sue-7 1 by_zone 14,15,16
   accept/spot node_default all
@@ -141,15 +248,18 @@ default for nodes and users eg:-
 
   accept/spot user_default by G,M,2
 </PRE>
-<P>
-<H2><A NAME="ss11.5">11.5 accept/wcy (0)</A>
+</CODE></BLOCKQUOTE>
+</P>
+
+<H2><A NAME="ss11.6">11.6</A> <A HREF="adminmanual.html#toc11.6">accept/wcy (0)</A>
 </H2>
 
-<P><CODE><B>accept/wcy [0-9] &lt;pattern&gt;</B> set an accept WCY filter</CODE>
-<P>
+<P><CODE><B>accept/wcy [0-9] &lt;pattern&gt;</B> set an accept WCY filter</CODE></P>
+
 <P>It is unlikely that you will want to do this, but if you do then you can
-filter on the following fields:-
+filter on the following fields:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   by &lt;prefixes>            eg: G,M,2         
   origin &lt;prefixes>
@@ -161,34 +271,40 @@ filter on the following fields:-
   by_zone &lt;numbers>
   channel &lt;prefixes>
 </PRE>
-<P>
+</CODE></BLOCKQUOTE>
+</P>
+
 <P>There are no examples because WCY Broadcasts only come from one place and
-you either want them or not (see UNSET/WCY if you don't want them).
-<P>This command is really provided for future use.
-<P>See HELP FILTER for information.
-<P>
-<H2><A NAME="ss11.6">11.6 accept/wcy (extended for sysops) (8)</A>
+you either want them or not (see UNSET/WCY if you don't want them).</P>
+<P>This command is really provided for future use.</P>
+<P>See HELP FILTER for information.</P>
+
+<H2><A NAME="ss11.7">11.7</A> <A HREF="adminmanual.html#toc11.7">accept/wcy (extended for sysops) (8)</A>
 </H2>
 
 <P><CODE><B>accept/wcy &lt;call&gt; [input] [0-9] &lt;pattern&gt;</B>
-WCY filter sysop version</CODE>
-<P>
+WCY filter sysop version</CODE></P>
+
 <P>This version allows a sysop to set a filter for a callsign as well as the
-default for nodes and users eg:-
+default for nodes and users eg:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   accept/wcy node_default all
   set/hops node_default 10
 </PRE>
-<P>
-<H2><A NAME="ss11.7">11.7 accept/wwv (0)</A>
+</CODE></BLOCKQUOTE>
+</P>
+
+<H2><A NAME="ss11.8">11.8</A> <A HREF="adminmanual.html#toc11.8">accept/wwv (0)</A>
 </H2>
 
-<P><CODE><B>accept/wwv [0-9] &lt;pattern&gt;</B> Set an accept WWV filter</CODE>
-<P>
+<P><CODE><B>accept/wwv [0-9] &lt;pattern&gt;</B> Set an accept WWV filter</CODE></P>
+
 <P>It is unlikely that you will want to do this, but if you do then you can
-filter on the following fields:-
+filter on the following fields:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   by &lt;prefixes>            eg: G,M,2         
   origin &lt;prefixes>
@@ -200,24 +316,30 @@ filter on the following fields:-
   by_zone &lt;numbers>
   channel &lt;prefixes>
 </PRE>
-<P>for example 
+</CODE></BLOCKQUOTE>
+</P>
+<P>for example </P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   accept/wwv by_zone 4
 </PRE>
+</CODE></BLOCKQUOTE>
+</P>
 <P>is probably the only useful thing to do (which will only show WWV broadcasts
-by stations in the US).
-<P>See HELP FILTER for information.
-<P>
-<H2><A NAME="ss11.8">11.8 accept/wwv (extended for sysops) (8)</A>
+by stations in the US).</P>
+<P>See HELP FILTER for information.</P>
+
+<H2><A NAME="ss11.9">11.9</A> <A HREF="adminmanual.html#toc11.9">accept/wwv (extended for sysops) (8)</A>
 </H2>
 
 <P><CODE><B>accept/wwv &lt;call&gt; [input] [0-9] &lt;pattern&gt;</B>
-WWV filter sysop version</CODE>
-<P>
+WWV filter sysop version</CODE></P>
+
 <P>This version allows a sysop to set a filter for a callsign as well as the
-default for nodes and users eg:-
+default for nodes and users eg:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   accept/wwv db0sue-7 1 by_zone 4
   accept/wwv node_default all
@@ -225,152 +347,234 @@ default for nodes and users eg:-
 
   accept/wwv user_default by W,K
 </PRE>
-<P>
-<H2><A NAME="ss11.9">11.9 announce (0)</A>
+</CODE></BLOCKQUOTE>
+</P>
+
+<H2><A NAME="ss11.10">11.10</A> <A HREF="adminmanual.html#toc11.10">announce (0)</A>
 </H2>
 
-<P><CODE><B>announce &lt;text&gt;</B> Send an announcement to local users</CODE>
-<P>
+<P><CODE><B>announce &lt;text&gt;</B> Send an announcement to local users</CODE></P>
+
 <P>Send an announcement to LOCAL users only, where &lt;text&gt; is the text 
-of the announcement you wish to broadcast
-<P>
-<H2><A NAME="ss11.10">11.10 announce full (0)</A>
+of the announcement you wish to broadcast.  If you do not wish to receive
+announces, use the <EM>set/noannounce</EM> command.  Any announces made by
+a sysop will override set/noannounce.</P>
+
+<H2><A NAME="ss11.11">11.11</A> <A HREF="adminmanual.html#toc11.11">announce full (0)</A>
 </H2>
 
-<P><CODE><B>announce full &lt;text&gt;</B> Send an announcement cluster wide</CODE>
-<P>
+<P><CODE><B>announce full &lt;text&gt;</B> Send an announcement cluster wide</CODE></P>
+
 <P>This command will send your announcement across the whole cluster
-network.
-<P>
-<P>
-<H2><A NAME="ss11.11">11.11 announce sysop (5)</A>
+network.</P>
+
+
+<H2><A NAME="ss11.12">11.12</A> <A HREF="adminmanual.html#toc11.12">announce sysop (5)</A>
 </H2>
 
-<P><CODE><B>announce sysop &lt;text&gt;</B></CODE>
-<P>
-<P>Send an announcement to Sysops only
-<P>
-<H2><A NAME="ss11.12">11.12 apropos (0)</A>
+<P><CODE><B>announce sysop &lt;text&gt;</B></CODE></P>
+
+<P>Send an announcement to Sysops only</P>
+
+<H2><A NAME="ss11.13">11.13</A> <A HREF="adminmanual.html#toc11.13">apropos (0)</A>
 </H2>
 
-<P><CODE><B>apropos &lt;string&gt;</B> Search the help database</CODE>
-<P>
+<P><CODE><B>apropos &lt;string&gt;</B> Search the help database</CODE></P>
+
 <P>Search the help database for &lt;string&gt; (it isn't case sensitive), 
-and print the names of all the commands that may be relevant.
-<P>
-<H2><A NAME="ss11.13">11.13 bye (0)</A>
+and print the names of all the commands that may be relevant.</P>
+
+<H2><A NAME="ss11.14">11.14</A> <A HREF="adminmanual.html#toc11.14">bye (0)</A>
 </H2>
 
-<P><CODE><B>bye</B> Exit from the cluster</CODE>
-<P>
-<P>This will disconnect you from the cluster
-<P>
-<H2><A NAME="ss11.14">11.14 catchup (5)</A>
+<P><CODE><B>bye</B> Exit from the cluster</CODE></P>
+
+<P>This will disconnect you from the cluster</P>
+
+<H2><A NAME="ss11.15">11.15</A> <A HREF="adminmanual.html#toc11.15">catchup (5)</A>
 </H2>
 
-<P><CODE><B>catchup &lt;node_call&gt; All|[&lt;msgno&gt; ...]</B> Mark a message as sent</CODE>
-<P>
+<P><CODE><B>catchup &lt;node_call&gt; All|[&lt;msgno&gt; ...]</B> Mark a message as sent</CODE></P>
+
 <P>When you send messages the fact that you have forwarded it to another node 
 is remembered so that it isn't sent again. When you have a new partner
 node and you add their callsign to your /spider/msg/forward.pl file, all
 outstanding non-private messages will be forwarded to them. This may well
 be ALL the non-private messages. You can prevent this by using these 
-commmands:-
+commmands:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   catchup GB7DJK all
   catchup GB7DJK 300 301 302 303 500-510
 </PRE>
-<P>and to undo what you have just done:-
+</CODE></BLOCKQUOTE>
+</P>
+<P>and to undo what you have just done:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   uncatchup GB7DJK all
   uncatchup GB7DJK 300 301 302 303 500-510
 </PRE>
-<P>which will arrange for them to be forward candidates again.
-<P>Order is not important.
-<P>
-<H2><A NAME="ss11.15">11.15 clear/spots (0)</A>
+</CODE></BLOCKQUOTE>
+</P>
+<P>which will arrange for them to be forward candidates again.</P>
+<P>Order is not important.</P>
+
+<H2><A NAME="ss11.16">11.16</A> <A HREF="adminmanual.html#toc11.16">clear/announce (8)</A>
 </H2>
 
-<P><CODE><B>clear/spots [1|all]</B> Clear a spot filter line</CODE>
-<P>
+<P><CODE><B>clear/announce &lt;callsign&gt; [input] [0-9|all]</B> Clear an announce filter line</CODE></P>
+
+<P>A sysop can clear an input or normal output filter for a user or the
+node_default or user_default. </P>
+
+<H2><A NAME="ss11.17">11.17</A> <A HREF="adminmanual.html#toc11.17">clear/route (8)</A>
+</H2>
+
+<P><CODE><B>clear/route &lt;callsign&gt; [input] [0-9|all]</B> Clear a route filter line</CODE></P>
+
+<P>This command allows you to clear (remove) a line in a route filter or to 
+remove the whole filter.</P>
+<P>see CLEAR/SPOTS for a more detailed explanation.</P>
+<P>A sysop can clear an input or normal output filter for a user or the
+node_default or user_default. </P>
+
+<H2><A NAME="ss11.18">11.18</A> <A HREF="adminmanual.html#toc11.18">clear/spots (0)</A>
+</H2>
+
+<P><CODE><B>clear/spots [1|all]</B> Clear a spot filter line</CODE></P>
+
 <P>This command allows you to clear (remove) a line in a spot filter or to 
-remove the whole filter.
-<P>If you have a filter:-
+remove the whole filter.</P>
+<P>If you have a filter:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   acc/spot 1 on hf/cw
   acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
 </PRE>
-<P>and you say:-
+</CODE></BLOCKQUOTE>
+</P>
+<P>and you say:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   clear/spot 1
 </PRE>
-<P>you will be left with:-
+</CODE></BLOCKQUOTE>
+</P>
+<P>you will be left with:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
 </PRE>
-<P>If you do:
+</CODE></BLOCKQUOTE>
+</P>
+<P>If you do:</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   clear/spot all
 </PRE>
-<P>the filter will be completely removed.
-<P>
-<P>
-<H2><A NAME="ss11.16">11.16 connect (5) </A>
+</CODE></BLOCKQUOTE>
+</P>
+<P>the filter will be completely removed.</P>
+
+<H2><A NAME="ss11.19">11.19</A> <A HREF="adminmanual.html#toc11.19">clear/spots (extended for sysops) (8)</A>
 </H2>
 
-<P><CODE><B>connect &lt;callsign&gt;</B> Start a connection to another DX Cluster</CODE>
-<P>
+<P><CODE><B>clear/spots &lt;callsign&gt; [input] [0-9|all]</B> Clear a spot filter line</CODE></P>
+
+<P>A sysop can clear an input or normal output filter for a user or the
+node_default or user_default. </P>
+
+<H2><A NAME="ss11.20">11.20</A> <A HREF="adminmanual.html#toc11.20">clear/wcy (0)</A>
+</H2>
+
+<P><CODE><B>clear/wcy [1|all]</B> Clear a WCY filter line</CODE></P>
+
+<P>This command allows you to clear (remove) a line in a WCY filter or to 
+remove the whole filter.</P>
+<P>see CLEAR/SPOTS for a more detailed explanation.</P>
+
+<H2><A NAME="ss11.21">11.21</A> <A HREF="adminmanual.html#toc11.21">clear/wcy (extended for sysops) (8)</A>
+</H2>
+
+<P><CODE><B>clear/wcy &lt;callsign&gt; [input] [0-9|all]</B> Clear a WCY filter line</CODE></P>
+
+<P>A sysop can clear an input or normal output filter for a user or the
+node_default or user_default. </P>
+
+<H2><A NAME="ss11.22">11.22</A> <A HREF="adminmanual.html#toc11.22">clear/wwv (0)</A>
+</H2>
+
+<P><CODE><B>clear/wwv [1|all]</B> Clear a WWV filter line</CODE></P>
+
+<P>This command allows you to clear (remove) a line in a WWV filter or to
+remove the whole filter.</P>
+<P>see CLEAR/SPOTS for a more detailed explanation.</P>
+
+<H2><A NAME="ss11.23">11.23</A> <A HREF="adminmanual.html#toc11.23">clear/wwv (extended for sysops) (8)</A>
+</H2>
+
+<P><CODE><B>clear/wwv &lt;callsign&gt; [input] [0-9|all]</B> Clear a WWV filter line</CODE></P>
+
+<P>A sysop can clear an input or normal output filter for a user or the
+node_default or user_default.</P>
+
+<H2><A NAME="ss11.24">11.24</A> <A HREF="adminmanual.html#toc11.24">connect (5) </A>
+</H2>
+
+<P><CODE><B>connect &lt;callsign&gt;</B> Start a connection to another DX Cluster</CODE></P>
+
 <P>Start a connection process that will culminate in a new connection to the
 DX cluster &lt;callsign&gt;. This process creates a new 'client' process which will
 use the script in /spider/connect/&lt;callsign&gt; to effect the 'chat' exchange
-necessary to traverse the network(s) to logon to the cluster &lt;callsign&gt;.
-<P>
-<H2><A NAME="ss11.17">11.17 dbavail (0)</A>
+necessary to traverse the network(s) to logon to the cluster &lt;callsign&gt;.</P>
+
+<H2><A NAME="ss11.25">11.25</A> <A HREF="adminmanual.html#toc11.25">dbavail (0)</A>
 </H2>
 
-<P><CODE><B>dbavail</B> Show a list of all the databases in the system</CODE>
-<P>
+<P><CODE><B>dbavail</B> Show a list of all the databases in the system</CODE></P>
+
 <P>The title says it all really, this command lists all the databases defined
-in the system. It is also aliased to SHOW/COMMAND.
-<P>
-<H2><A NAME="ss11.18">11.18 dbcreate (9)</A>
+in the system. It is also aliased to SHOW/COMMAND.</P>
+
+<H2><A NAME="ss11.26">11.26</A> <A HREF="adminmanual.html#toc11.26">dbcreate (9)</A>
 </H2>
 
 <P><CODE><B>dbcreate &lt;name&gt;</B> Create a database entry<BR>
 <B>dbcreate &lt;name&gt; chain &lt;name&gt; [&lt;name&gt;..]</B> Create a chained database entry<BR>
 <B>dbcreate &lt;name&gt; remote &lt;node&gt;</B> Create a remote database
-entry<BR></CODE>
-<P>
+entry<BR></CODE></P>
+
 <P>DBCREATE allows you to define a database in the system. It doesn't actually
-create anything, just defines it.
+create anything, just defines it.</P>
 <P>The databases that are created are simple DB_File hash databases, they are 
-therefore already 'indexed'.
-<P>You can define a local database with the first form of the command eg:
-<P>DBCREATE oblast
+therefore already 'indexed'.</P>
+<P>You can define a local database with the first form of the command eg:</P>
+<P>DBCREATE oblast</P>
 <P>You can also chain databases with the addition of the 'chain' keyword. 
 This will search each database one after the other. A typical example 
-is:
-<P>DBCREATE sdx_qsl chain sql_ad
+is:</P>
+<P>DBCREATE sdx_qsl chain sql_ad</P>
 <P>No checking is done to see if the any of the chained databases exist, in
 fact it is usually better to do the above statement first then do each of
-the chained databases.
+the chained databases.</P>
 <P>Databases can exist offsite. To define a database that lives on another 
-node do:
-<P>DBCREATE buckmaster remote gb7dxc
+node do:</P>
+<P>DBCREATE buckmaster remote gb7dxc</P>
 <P>Remote databases cannot be chained; however, the last database in a 
-a chain can be a remote database eg:
-<P>DBCREATE qsl chain gb7dxc
-<P>To see what databases have been defined do:
-<P>DBAVAIL (or it will have been aliased to SHOW/COMMAND)
+a chain can be a remote database eg:</P>
+<P>DBCREATE qsl chain gb7dxc</P>
+<P>To see what databases have been defined do:</P>
+<P>DBAVAIL (or it will have been aliased to SHOW/COMMAND)</P>
 <P>It would be normal for you to add an entry into your local Aliases file
 to allow people to use the 'SHOW/&lt;dbname&gt;' style syntax. So you would
-need to add a line like:-
+need to add a line like:-</P>
 <P>
 <BLOCKQUOTE><CODE>
 <PRE>
@@ -383,76 +587,114 @@ need to add a line like:-
    ],
 </PRE>
 </CODE></BLOCKQUOTE>
-<P>to allow 
-<P>SH/BUCK g1tlh
-<P>to work as they may be used to.
+</P>
+<P>to allow </P>
+<P>SH/BUCK g1tlh</P>
+<P>to work as they may be used to.</P>
 <P>See DBIMPORT for the importing of existing AK1A format data to databases.
-See DBSHOW for generic database enquiry
-<P>
-<H2><A NAME="ss11.19">11.19 dbimport (9)</A>
+See DBSHOW for generic database enquiry</P>
+
+<H2><A NAME="ss11.27">11.27</A> <A HREF="adminmanual.html#toc11.27">dbimport (9)</A>
 </H2>
 
-<P><CODE><B>dbimport &lt;dbname&gt;</B> Import AK1A data into a database</CODE>
-<P>
+<P><CODE><B>dbimport &lt;dbname&gt;</B> Import AK1A data into a database</CODE></P>
+
 <P>If you want to import or update data in bulk to a database you can use
 this command. It will either create or update entries into an existing
-database. For example:-
-<P>DBIMPORT oblast /tmp/OBLAST.FUL
+database. For example:-</P>
+<P>DBIMPORT oblast /tmp/OBLAST.FUL</P>
 <P>will import the standard OBLAST database that comes with AK1A into the
-oblast database held locally.
-<P>
-<H2><A NAME="ss11.20">11.20 dbremove (9)</A>
+oblast database held locally.</P>
+
+<H2><A NAME="ss11.28">11.28</A> <A HREF="adminmanual.html#toc11.28">dbremove (9)</A>
 </H2>
 
-<P><CODE><B>dbremove &lt;dbname&gt;</B> Delete a database</CODE>
-<P>
+<P><CODE><B>dbremove &lt;dbname&gt;</B> Delete a database</CODE></P>
+
 <P>DBREMOVE will completely remove a database entry and also delete any data
-file that is associated with it. 
-<P>There is no warning, no comeback, no safety net. 
-<P>For example:
-<P>DBREMOVE oblast 
+file that is associated with it. </P>
+<P>There is no warning, no comeback, no safety net. </P>
+<P>For example:</P>
+<P>DBREMOVE oblast </P>
 <P>will remove the oblast database from the system and it will also remove
-the associated datafile.
-<P>I repeat:
-<P>There is no warning, no comeback, no safety net.
-<P>You have been warned.
-<P>
-<H2><A NAME="ss11.21">11.21 dbshow (0)</A>
+the associated datafile.</P>
+<P>I repeat:</P>
+<P>There is no warning, no comeback, no safety net.</P>
+<P>You have been warned.</P>
+
+<H2><A NAME="ss11.29">11.29</A> <A HREF="adminmanual.html#toc11.29">dbshow (0)</A>
 </H2>
 
-<P><CODE><B>dbshow &lt;dbname&gt; &lt;key&gt;</B> Display an entry, if it exists, in a database</CODE>
-<P>
+<P><CODE><B>dbshow &lt;dbname&gt; &lt;key&gt;</B> Display an entry, if it exists, in a database</CODE></P>
+
 <P>This is the generic user interface to the database to the database system.
 It is expected that the sysop will add an entry to the local Aliases file
-so that users can use the more familiar AK1A style of enquiry such as:
+so that users can use the more familiar AK1A style of enquiry such as:</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   SH/BUCK G1TLH
 </PRE>
+</CODE></BLOCKQUOTE>
+</P>
 <P>but if he hasn't and the database really does exist (use DBAVAIL or
-SHOW/COMMAND to find out) you can do the same thing with:
+SHOW/COMMAND to find out) you can do the same thing with:</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   DBSHOW buck G1TLH
 </PRE>
-<P>
-<P>
-<H2><A NAME="ss11.22">11.22 debug (9)</A>
+</CODE></BLOCKQUOTE>
+</P>
+
+
+<H2><A NAME="ss11.30">11.30</A> <A HREF="adminmanual.html#toc11.30">debug (9)</A>
 </H2>
 
-<P><CODE><B>debug</B> Set the cluster program into debug mode</CODE>
-<P>
+<P><CODE><B>debug</B> Set the cluster program into debug mode</CODE></P>
+
 <P>Executing this command will only have an effect if you are running the cluster
-in debug mode i.e.
+in debug mode i.e.</P>
 <P>
 <BLOCKQUOTE><CODE>
 <PRE>
         perl -d cluster.pl
 </PRE>
 </CODE></BLOCKQUOTE>
-<P>It will interrupt the cluster just after the debug command has finished.
+</P>
+<P>It will interrupt the cluster just after the debug command has finished.</P>
+
+<H2><A NAME="ss11.31">11.31</A> <A HREF="adminmanual.html#toc11.31">delete/user (9)</A>
+</H2>
+
+<P><CODE><B>delete/user &lt;callsign&gt;</B> Delete a user from the User Database</CODE></P>
+
+<P>This command will completely remove a one or more users from the database.</P>
+<P>There is NO SECOND CHANCE.</P>
+<P>It goes without saying that you should use this command CAREFULLY!</P>
+
+<H2><A NAME="ss11.32">11.32</A> <A HREF="adminmanual.html#toc11.32">demonstrate (9)</A>
+</H2>
+
+<P><CODE><B>demonstrate &lt;call&gt; &lt;command&gt;</B> Demonstrate a command to another user</CODE></P>
+
+<P>This command is provided so that sysops can demonstrate commands to 
+other users. It runs a command as though that user had typed it in and
+then sends the output to that user, together with the command that 
+caused it.</P>
 <P>
-<H2><A NAME="ss11.23">11.23 directory (0)</A>
+<BLOCKQUOTE><CODE>
+<PRE>
+  DEMO g7brn sh/dx iota oc209
+  DEMO g1tlh set/here
+</PRE>
+</CODE></BLOCKQUOTE>
+</P>
+<P>Note that this command is similar to SPOOF and will have the same side
+effects. Commands are run at the privilege of the user which is being
+demonstrated to.</P>
+
+<H2><A NAME="ss11.33">11.33</A> <A HREF="adminmanual.html#toc11.33">directory (0)</A>
 </H2>
 
 <P><CODE><B>directory</B> List messages<BR> <B>directory all</B> List all messages<BR>
@@ -462,279 +704,396 @@ in debug mode i.e.
 <B>directory from &lt;call&gt;</B> List all messages from &lt;call&gt;<BR>
 <B>directory subject &lt;string&gt;</B> List all messages with &lt;string&gt; in subject<BR>
 <B>directory &lt;nn&gt;</B> List last &lt;nn&gt; messages<BR>
-<B>directory &lt;from&gt;-&lt;to&gt;</B> List messages &lt;from&gt; message &lt;to&gt; message <BR></CODE>
-<P>
-<P>List the messages in the messages directory.
+<B>directory &lt;from&gt;-&lt;to&gt;</B> List messages &lt;from&gt; message &lt;to&gt; message <BR></CODE></P>
+
+<P>List the messages in the messages directory.</P>
 <P>If there is a 'p' one space after the message number then it is a 
 personal message. If there is a '-' between the message number and the
-'p' then this indicates that the message has been read.
+'p' then this indicates that the message has been read.</P>
 <P>You can use shell escape characters such as '*' and '?' in the &lt;call&gt;
-fields.
-<P>You can combine some of the various directory commands together eg:-
+fields.</P>
+<P>You can combine some of the various directory commands together eg:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
    DIR TO G1TLH 5
 or 
    DIR SUBJECT IOTA 200-250
 </PRE>
-<P>You can abbreviate all the commands to one letter and use ak1a syntax:-
+</CODE></BLOCKQUOTE>
+</P>
+<P>You can abbreviate all the commands to one letter and use ak1a syntax:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
    DIR/T G1* 10
    DIR/S QSL 10-100 5
 </PRE>
-<P>
-<P>
-<H2><A NAME="ss11.24">11.24 directory (extended for sysops) (5)</A>
+</CODE></BLOCKQUOTE>
+</P>
+
+
+<H2><A NAME="ss11.34">11.34</A> <A HREF="adminmanual.html#toc11.34">directory (extended for sysops) (5)</A>
 </H2>
 
-<P>Works just like the user command except that sysops can see ALL messages.
-<P>
-<H2><A NAME="ss11.25">11.25 disconnect (8)</A>
+<P>Works just like the user command except that sysops can see ALL messages.</P>
+
+<H2><A NAME="ss11.35">11.35</A> <A HREF="adminmanual.html#toc11.35">disconnect (8)</A>
 </H2>
 
-<P><CODE><B>disconnect &lt;call&gt; [&lt;call&gt; ...]</B> Disconnect a user or node</CODE>
-<P>
-<P>Disconnect any &lt;call&gt; connected locally
-<P>
-<H2><A NAME="ss11.26">11.26 dx (0)</A>
+<P><CODE><B>disconnect &lt;call&gt; [&lt;call&gt; ...]</B> Disconnect a user or node</CODE></P>
+
+<P>Disconnect any &lt;call&gt; connected locally</P>
+
+<H2><A NAME="ss11.36">11.36</A> <A HREF="adminmanual.html#toc11.36">dx (0)</A>
 </H2>
 
-<P><CODE><B>dx [by &lt;call&gt;] &lt;freq&gt; &lt;call&gt; &lt;remarks&gt;</B> Send a DX spot</CODE>
-<P>
+<P><CODE><B>dx [by &lt;call&gt;] &lt;freq&gt; &lt;call&gt; &lt;remarks&gt;</B> Send a DX spot</CODE></P>
+
 <P>This is how you send a DX Spot to other users. You can, in fact, now
-enter the &lt;freq&gt; and the &lt;call&gt; either way round. 
+enter the &lt;freq&gt; and the &lt;call&gt; either way round. </P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
    DX FR0G 144.600
    DX 144.600 FR0G
    DX 144600 FR0G 
 </PRE>
+</CODE></BLOCKQUOTE>
+</P>
 <P>will all give the same result. You can add some remarks to the end
-of the command and they will be added to the spot.
+of the command and they will be added to the spot.</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
    DX FR0G 144600 this is a test
 </PRE>
-<P>You can credit someone else by saying:-
+</CODE></BLOCKQUOTE>
+</P>
+<P>You can credit someone else by saying:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
    DX by G1TLH FR0G 144.600 he isn't on the cluster
 </PRE>
+</CODE></BLOCKQUOTE>
+</P>
 <P>The &lt;freq&gt; is compared against the available bands set up in the 
-cluster.  See SHOW/BANDS for more information.
-<P>
-<H2><A NAME="ss11.27">11.27 export (9)</A>
+cluster.  See SHOW/BANDS for more information.</P>
+
+<H2><A NAME="ss11.37">11.37</A> <A HREF="adminmanual.html#toc11.37">export (9)</A>
 </H2>
 
-<P><CODE><B>export &lt;msgno&gt; &lt;filename&gt;</B> Export a message to a file</CODE>
-<P>
+<P><CODE><B>export &lt;msgno&gt; &lt;filename&gt;</B> Export a message to a file</CODE></P>
+
 <P>Export a message to a file. This command can only be executed on a local
 console with a fully privileged user. The file produced will be in a form
 ready to be imported back into the cluster by placing it in the import 
-directory (/spider/msg/import).
+directory (/spider/msg/import).</P>
 <P>This command cannot overwrite an existing file. This is to provide some 
 measure of security. Any files written will owned by the same user as the 
 main cluster, otherwise you can put the new files anywhere the cluster can
-access. For example:-
-<P>EXPORT 2345 /tmp/a
-<P>
-<H2><A NAME="ss11.28">11.28 export_users (9)</A>
+access. For example:-</P>
+<P>EXPORT 2345 /tmp/a</P>
+
+<H2><A NAME="ss11.38">11.38</A> <A HREF="adminmanual.html#toc11.38">export_users (9)</A>
 </H2>
 
-<P><CODE><B>export_users [&lt;filename&gt;]</B> Export the users database to ascii</CODE>
-<P>
+<P><CODE><B>export_users [&lt;filename&gt;]</B> Export the users database to ascii</CODE></P>
+
 <P>Export the users database to a file in ascii format. If no filename
-is given then it will export the file to /spider/data/user_asc.
+is given then it will export the file to /spider/data/user_asc.</P>
 <P>If the file already exists it will be renamed to &lt;filename&gt;.o. In fact
 up to 5 generations of the file can be kept each one with an extra 'o' on the
-suffix. 
+suffix. </P>
 <P>BE WARNED: this will write to any file you have write access to. No check is
-made on the filename (if any) that you specify.
-<P>
-<H2><A NAME="ss11.29">11.29 forward/latlong (8)</A>
-</H2>
+made on the filename (if any) that you specify.</P>
+
+<H2><A NAME="ss11.39">11.39</A> <A HREF="adminmanual.html#toc11.39">filtering (0)</A>
+</H2>
+
+<P><CODE><B>filtering</B> Filtering things in DXSpider</CODE></P>
+
+<P>There are a number of things you can filter in the DXSpider system. They
+all use the same general mechanism.</P>
+<P>In general terms you can create a 'reject' or an 'accept' filter which
+can have up to 10 lines in it. You do this using, for example:-</P>
+<P>accept/spots .....
+reject/spots .....</P>
+<P>where ..... are the specific commands for that type of filter. There
+are filters for spots, wwv, announce, wcy and (for sysops)
+connects. See each different accept or reject command reference for
+more details.</P>
+<P>There is also a command to clear out one or more lines in a filter and
+one to show you what you have set. They are:-</P>
+<P>clear/spots 1
+clear/spots all</P>
+<P>and </P>
+<P>show/filter</P>
+<P>There is clear/xxxx command for each type of filter.</P>
+<P>For now we are going to use spots for the examples, but you can apply
+the principles to all types of filter.</P>
+<P>There are two main types of filter 'accept' or 'reject'; which you use
+depends entirely on how you look at the world and what is least
+writing to achieve what you want. Each filter has 10 lines (of any
+length) which are tried in order. If a line matches then the action
+you have specified is taken (ie reject means ignore it and accept
+means gimme it).</P>
+<P>The important thing to remember is that if you specify a 'reject'
+filter (all the lines in it say 'reject/spots' (for instance) then if
+a spot comes in that doesn't match any of the lines then you will get
+it BUT if you specify an 'accept' filter then any spots that don't
+match are dumped. For example if I have a one line accept filter:-</P>
+<P>accept/spots on vhf and (by_zone 14,15,16 or call_zone 14,15,16)</P>
+<P>then automatically you will ONLY get VHF spots from or to CQ zones 14
+15 and 16.  If you set a reject filter like:</P>
+<P>reject/spots on hf/cw</P>
+<P>Then you will get everything EXCEPT HF CW spots, If you am interested in IOTA
+and will work it even on CW then you could say:-</P>
+<P>reject/spots on hf/cw and not info iota</P>
+<P>But in that case you might only be interested in iota and say:-</P>
+<P>accept/spots not on hf/cw or info iota</P>
+<P>which is exactly the same. You should choose one or the other until
+you are confortable with the way it works. Yes, you can mix them
+(actually you can have an accept AND a reject on the same line) but
+don't try this at home until you can analyse the results that you get
+without ringing up the sysop for help.</P>
+<P>You can arrange your filter lines into logical units, either for your
+own understanding or simply convenience. I have one set frequently:-</P>
+<P>reject/spots 1 on hf/cw
+reject/spots 2 on 50000/1400000 not (by_zone 14,15,16 or call_zone 14,15,16)  </P>
+<P>What this does is to ignore all HF CW spots (being a class B I can't
+read any CW and couldn't possibly be interested in HF :-) and also
+rejects any spots on VHF which don't either originate or spot someone
+in Europe.</P>
+<P>This is an exmaple where you would use the line number (1 and 2 in
+this case), if you leave the digit out, the system assumes '1'. Digits
+'0'-'9' are available.</P>
+<P>You can leave the word 'and' out if you want, it is implied. You can
+use any number of brackets to make the 'expression' as you want
+it. There are things called precedence rules working here which mean
+that you will NEED brackets in a situation like line 2 because,
+without it, will assume:-</P>
+<P>(on 50000/1400000 and by_zone 14,15,16) or call_zone 14,15,16 </P>
+<P>annoying, but that is the way it is. If you use OR - use
+brackets. Whilst we are here CASE is not important. 'And BY_Zone' is
+just 'and by_zone'.</P>
+<P>If you want to alter your filter you can just redefine one or more
+lines of it or clear out one line. For example:-</P>
+<P>reject/spots 1 on hf/ssb</P>
+<P>or </P>
+<P>clear/spots 1</P>
+<P>To remove the filter in its entirty:-</P>
+<P>clear/spots all</P>
+<P>There are similar CLEAR commands for the other filters:-</P>
+<P>clear/announce
+clear/wcy
+clear/wwv</P>
+<P>ADVANCED USERS:-</P>
+<P>Once you are happy with the results you get, you may like to experiment. </P>
+<P>my example that filters hf/cw spots and accepts vhf/uhf spots from EU
+can be written with a mixed filter, eg:</P>
+<P>rej/spot on hf/cw
+acc/spot on 0/30000
+acc/spot 2 on 50000/1400000 and (by_zone 14,15,16 or call_zone 14,15,16)</P>
+<P>each filter slot actually has a 'reject' slot and an 'accept'
+slot. The reject slot is executed BEFORE the accept slot.</P>
+<P>It was mentioned earlier that after a reject test that doesn't match,
+the default for following tests is 'accept', the reverse is true for
+'accept'. In the example what happens is that the reject is executed
+first, any non hf/cw spot is passed to the accept line, which lets
+thru everything else on HF.</P>
+<P>The next filter line lets through just VHF/UHF spots from EU.</P>
+
+<H2><A NAME="ss11.40">11.40</A> <A HREF="adminmanual.html#toc11.40">forward/latlong (8)</A>
+</H2>
+
+<P><CODE><B>forward/latlong &lt;node_call&gt;</B> Send latitude and longitude information to another cluster</CODE></P>
 
-<P><CODE><B>forward/latlong &lt;node_call&gt;</B> Send latitude and longitude information to another cluster</CODE>
-<P>
 <P>This command sends all the latitude and longitude information that your
 cluster is holding against callsigns.  One advantage of recieving this
 information is that more locator information is held by you.  This
 means that more locators are given on the DX line assuming you have
 <EM>set/dxgrid</EM> enabled.  This could be a LOT of information though, so
-it is not recommended on slow links.
-<P>
-<H2><A NAME="ss11.30">11.30 forward/opername (1)</A>
+it is not recommended on slow links.</P>
+
+<H2><A NAME="ss11.41">11.41</A> <A HREF="adminmanual.html#toc11.41">forward/opername (1)</A>
 </H2>
 
-<P><CODE><B>forward/opername &lt;call&gt;</B> Send out information on this &lt;call&gt; to all clusters</CODE>
-<P>
+<P><CODE><B>forward/opername &lt;call&gt;</B> Send out information on this &lt;call&gt; to all clusters</CODE></P>
+
 <P>This command sends out any information held in the user file which can 
 be broadcast in PC41 protocol packets. This information is Name, QTH, Location
-and Homenode. PC41s are only sent for the information that is available.
-<P>
-<H2><A NAME="ss11.31">11.31 help (0)</A>
+and Homenode. PC41s are only sent for the information that is available.</P>
+
+<H2><A NAME="ss11.42">11.42</A> <A HREF="adminmanual.html#toc11.42">help (0)</A>
 </H2>
 
-<P><CODE><B>help &lt;cmd&gt;</B> Get help on a command</CODE>
-<P>
+<P><CODE><B>help &lt;cmd&gt;</B> Get help on a command</CODE></P>
+
 <P>All commands can be abbreviated, so SHOW/DX can be abbreviated
-to SH/DX, ANNOUNCE can be shortened to AN and so on.
+to SH/DX, ANNOUNCE can be shortened to AN and so on.</P>
 <P>Look at the APROPOS &lt;string&gt; command which will search the help database
 for the &lt;string&gt; you specify and give you a list of likely commands
-to look at with HELP.
-<P>
-<H2><A NAME="ss11.32">11.32 init (5)</A>
+to look at with HELP.</P>
+
+<H2><A NAME="ss11.43">11.43</A> <A HREF="adminmanual.html#toc11.43">init (5)</A>
 </H2>
 
-<P><CODE><B>init &lt;node call&gt;</B> Re-initialise a link to an AK1A compatible node</CODE>
-<P>
+<P><CODE><B>init &lt;node call&gt;</B> Re-initialise a link to an AK1A compatible node</CODE></P>
+
 <P>This command attempts to re-initialise a link to a (usually) AK1A node
 that has got confused, usually by a protocol loop of some kind. It may
 work - but you usually will be better off simply disconnecting it (or
 better, if it is a real AK1A node, doing an RCMD &lt;node&gt; DISC/F &lt;your
-node&gt;).
-<P>Best of luck - you will need it.
-<P>
-<H2><A NAME="ss11.33">11.33 kill (0)</A>
+node&gt;).</P>
+<P>Best of luck - you will need it.</P>
+
+<H2><A NAME="ss11.44">11.44</A> <A HREF="adminmanual.html#toc11.44">kill (0)</A>
 </H2>
 
-<P><CODE><B>kill &lt;msgno&gt; [&lt;msgno&gt; ..]</B> Delete a message from the local system</CODE>
-<P>
+<P><CODE><B>kill &lt;msgno&gt; [&lt;msgno&gt; ..]</B> Delete a message from the local system</CODE></P>
+
 <P>Delete a message from the local system. You will only be able to
 delete messages that you have originated or been sent (unless you are
-the sysop).
-<P>
-<H2><A NAME="ss11.34">11.34 kill (5)</A>
+the sysop).</P>
+
+<H2><A NAME="ss11.45">11.45</A> <A HREF="adminmanual.html#toc11.45">kill (5)</A>
 </H2>
 
 <P><CODE><B>kill &lt;msgno&gt; [&lt;msgno&gt; ...]</B> Remove or erase a message from the system<BR>
 <B>kill from &lt;call&gt;</B> Remove all messages from a callsign<BR>
-<B>kill to &lt;call&gt;</B> Remove all messages to a callsign<BR></CODE>
-<P>
+<B>kill to &lt;call&gt;</B> Remove all messages to a callsign<BR></CODE></P>
+
 <P>You can get rid of any message to or originating from your callsign using 
-this command. You can remove more than one message at a time.
-<P>As a sysop you can kill any message on the system.
-<P>
-<H2><A NAME="ss11.35">11.35 kill full (5)</A>
-<CODE><B>kill full &lt;msgno&gt; [&lt;msgno&gt;]</B> Delete a message from the whole cluster</CODE></H2>
+this command. You can remove more than one message at a time.</P>
+<P>As a sysop you can kill any message on the system.</P>
 
-<P>Delete a message (usually a 'bulletin') from the whole cluster system. 
+<H2><A NAME="ss11.46">11.46</A> <A HREF="adminmanual.html#toc11.46">kill full (5)</A>
+</H2>
+
+<P><CODE><B>kill full &lt;msgno&gt; [&lt;msgno&gt;]</B> Delete a message from the whole cluster</CODE></P>
+
+<P>Delete a message (usually a 'bulletin') from the whole cluster system. </P>
 <P>This uses the subject field, so any messages that have exactly the same subject
-will be deleted. Beware!
-<P>
-<H2><A NAME="ss11.36">11.36 links (0)</A>
+will be deleted. Beware!</P>
+
+<H2><A NAME="ss11.47">11.47</A> <A HREF="adminmanual.html#toc11.47">kill/expunge (6)</A>
 </H2>
 
-<P><CODE><B>links</B> Show which nodes are physically connected</CODE>
-<P>
+<P><CODE><B>kill/expunge &lt;msgno&gt; [&lt;msgno&gt;..]</B>Expunge a message</CODE></P>
+
+<P>Deleting a message using the normal KILL commands only marks that message
+for deletion. The actual deletion only happens later (usually two days later).</P>
+<P>The KILL EXPUNGE command causes the message to be truly deleted more or less
+immediately.</P>
+<P>It otherwise is used in the same way as the KILL command.</P>
+
+
+<H2><A NAME="ss11.48">11.48</A> <A HREF="adminmanual.html#toc11.48">links (0)</A>
+</H2>
+
+<P><CODE><B>links</B> Show which nodes are physically connected</CODE></P>
+
 <P>This is a quick listing that shows which links are connected and
-some information about them. See WHO for a list of all connections.
-<P>
-<P>
-<H2><A NAME="ss11.37">11.37 load/aliases (9)</A>
+some information about them. See WHO for a list of all connections.</P>
+
+
+<H2><A NAME="ss11.49">11.49</A> <A HREF="adminmanual.html#toc11.49">load/aliases (9)</A>
 </H2>
 
-<P><CODE><B>load/aliases</B> Reload the command alias table</CODE>
-<P>
+<P><CODE><B>load/aliases</B> Reload the command alias table</CODE></P>
+
 <P>Reload the /spider/cmd/Aliases file after you have editted it. You will need to
 do this if you change this file whilst the cluster is running in order for the
-changes to take effect.
-<P>
-<P>
-<H2><A NAME="ss11.38">11.38 load/baddx (9)</A>
-<CODE><B>load/baddx</B> Reload the bad DX table</CODE></H2>
+changes to take effect.</P>
 
-<P>Reload the /spider/data/baddx.pl file if you have changed it manually whilst
-the cluster is running. This table contains the DX Calls that, if spotted, 
-will not be passed on. FR0G and TEST are classic examples.
-<P>
-<H2><A NAME="ss11.39">11.39 load/badmsg (9)</A>
+<H2><A NAME="ss11.50">11.50</A> <A HREF="adminmanual.html#toc11.50">load/badmsg (9)</A>
 </H2>
 
-<P><CODE><B>load/badmsg</B> Reload the bad message table</CODE>
-<P>
+<P><CODE><B>load/badmsg</B> Reload the bad message table</CODE></P>
+
 <P>Reload the /spider/msg/badmsg.pl file if you have changed it manually whilst
 the cluster is running. This table contains a number of perl regular 
 expressions which are searched for in the fields targetted of each message. 
-If any of them match then that message is immediately deleted on receipt. 
-<P>
-<H2><A NAME="ss11.40">11.40 load/badwords (9)</A>
+If any of them match then that message is immediately deleted on receipt. </P>
+
+<H2><A NAME="ss11.51">11.51</A> <A HREF="adminmanual.html#toc11.51">load/badwords (9)</A>
 </H2>
 
-<P><CODE><B>load/badwords</B> Reload the badwords file</CODE>
-<P>
+<P><CODE><B>load/badwords</B> Reload the bad words table</CODE></P>
+
 <P>Reload the /spider/data/badwords file if you have changed it manually whilst
 the cluster is running. This file contains a list of words which, if found
 on certain text portions of PC protocol, will cause those protocol frames
 to be rejected. It will all put out a message if any of these words are
 used on the announce, dx and talk commands. The words can be one or 
-more on a line, lines starting with '#' are ignored.
-<P>
-<H2><A NAME="ss11.41">11.41 load/bands (9)</A>
+more on a line, lines starting with '#' are ignored.</P>
+
+<H2><A NAME="ss11.52">11.52</A> <A HREF="adminmanual.html#toc11.52">load/bands (9)</A>
 </H2>
 
-<P><CODE><B>load/bands</B> Reload the band limits table</CODE>
-<P>
+<P><CODE><B>load/bands</B> Reload the band limits table</CODE></P>
+
 <P>Reload the /spider/data/bands.pl file if you have changed it manually whilst
-the cluster is running. 
-<P>
-<H2><A NAME="ss11.42">11.42 load/cmd_cache (9)</A>
+the cluster is running. </P>
+
+<H2><A NAME="ss11.53">11.53</A> <A HREF="adminmanual.html#toc11.53">load/cmd_cache (9)</A>
 </H2>
 
-<P><CODE><B>load/cmd_cache</B> Reload the automatic command cache</CODE>
-<P>
+<P><CODE><B>load/cmd_cache</B> Reload the automatic command cache</CODE></P>
+
 <P>Normally, if you change a command file in the cmd or local_cmd tree it will
 automatially be picked up by the cluster program. Sometimes it can get confused
 if you are doing a lot of moving commands about or delete a command in the 
 local_cmd tree and want to use the normal one again. Execute this command to
-reset everything back to the state it was just after a cluster restart.
-<P>
-<H2><A NAME="ss11.43">11.43 load/forward (9)</A>
+reset everything back to the state it was just after a cluster restart.</P>
+
+<H2><A NAME="ss11.54">11.54</A> <A HREF="adminmanual.html#toc11.54">load/forward (9)</A>
 </H2>
 
-<P><CODE><B>load/forward</B> Reload the msg forwarding routing table</CODE>
+<P><CODE><B>load/forward</B> Reload the msg forwarding routing table</CODE></P>
 <P>Reload the /spider/msg/forward.pl file if you have changed it
-manually whilst the cluster is running.
-<P>
-<H2><A NAME="ss11.44">11.44 load/messages (9)</A>
+manually whilst the cluster is running.</P>
+
+<H2><A NAME="ss11.55">11.55</A> <A HREF="adminmanual.html#toc11.55">load/messages (9)</A>
 </H2>
 
-<P><CODE><B>load/messages</B> Reload the system messages file</CODE>
-<P>
+<P><CODE><B>load/messages</B> Reload the system messages file</CODE></P>
+
 <P>If you change the /spider/perl/Messages file (usually whilst fiddling/writing ne
 commands) you can have them take effect during a cluster session by executing this
-command. You need to do this if get something like :-
-<P>unknown message 'xxxx' in lang 'en'
-<P>
-<H2><A NAME="ss11.45">11.45 load/prefixes (9)</A>
+command. You need to do this if get something like :-</P>
+<P>unknown message 'xxxx' in lang 'en'</P>
+
+<H2><A NAME="ss11.56">11.56</A> <A HREF="adminmanual.html#toc11.56">load/prefixes (9)</A>
 </H2>
 
-<P><CODE><B>load/prefixes</B> Reload the prefix table</CODE>
-<P>
+<P><CODE><B>load/prefixes</B> Reload the prefix table</CODE></P>
+
 <P>Reload the /spider/data/prefix_data.pl file if you have changed it manually 
-whilst the cluster is running. 
-<P>
-<H2><A NAME="ss11.46">11.46 merge (5)</A>
+whilst the cluster is running. </P>
+
+<H2><A NAME="ss11.57">11.57</A> <A HREF="adminmanual.html#toc11.57">merge (5)</A>
 </H2>
 
-<P><CODE><B>merge &lt;node&gt; [&lt;no spots&gt;/&lt;no wwv&gt;]</B> Ask for the latest spots and WWV</CODE>
-<P>
+<P><CODE><B>merge &lt;node&gt; [&lt;no spots&gt;/&lt;no wwv&gt;]</B> Ask for the latest spots and WWV</CODE></P>
+
 <P>MERGE allows you to bring your spot and wwv database up to date. By default
 it will request the last 10 spots and 5 WWVs from the node you select. The 
-node must be connected locally.
+node must be connected locally.</P>
 <P>You can request any number of spots or wwv and although they will be appended
 to your databases they will not duplicate any that have recently been added 
-(the last 2 days for spots and last month for WWV data).
-<P>
-<H2><A NAME="ss11.47">11.47 msg (9)</A>
+(the last 2 days for spots and last month for WWV data).</P>
+
+<H2><A NAME="ss11.58">11.58</A> <A HREF="adminmanual.html#toc11.58">msg (9)</A>
 </H2>
 
-<P><CODE><B>msg &lt;cmd&gt; &lt;msgno&gt; [data ...]</B> Alter various message parameters</CODE>
-<P>
+<P><CODE><B>msg &lt;cmd&gt; &lt;msgno&gt; [data ...]</B> Alter various message parameters</CODE></P>
+
 <P>Alter message parameters like To, From, Subject, whether private or bulletin
 or return receipt (RR) is required or whether to keep this message from timing
-out.
+out.</P>
 <P>
 <BLOCKQUOTE><CODE>
 <PRE>
@@ -754,76 +1113,78 @@ out.
   MSG QUeue 1               - queue any outstanding private messages
 </PRE>
 </CODE></BLOCKQUOTE>
-<P>You can look at the status of a message by using:-
-<P>STAT/MSG &lt;msgno&gt;      
-<P>This will display more information on the message than DIR does.
-<P>
-<H2><A NAME="ss11.48">11.48 pc (8)</A>
+</P>
+<P>You can look at the status of a message by using:-</P>
+<P>STAT/MSG &lt;msgno&gt;      </P>
+<P>This will display more information on the message than DIR does.</P>
+
+<H2><A NAME="ss11.59">11.59</A> <A HREF="adminmanual.html#toc11.59">pc (8)</A>
 </H2>
 
-<P><CODE><B>pc &lt;call&gt; &lt;text&gt;</B> Send text (eg PC Protocol) to &lt;call&gt;</CODE>
-<P>
+<P><CODE><B>pc &lt;call&gt; &lt;text&gt;</B> Send text (eg PC Protocol) to &lt;call&gt;</CODE></P>
+
 <P>Send some arbitrary text to a locally connected callsign. No processing is done on
 the text. This command allows you to send PC Protocol to unstick things if problems
-arise (messages get stuck etc). eg:-
-<P>pc gb7djk PC33^GB7TLH^GB7DJK^400^
+arise (messages get stuck etc). eg:-</P>
+<P>pc gb7djk PC33^GB7TLH^GB7DJK^400^</P>
 <P>You can also use in the same way as a talk command to a connected user but
-without any processing, added of "from &lt;blah&gt; to &lt;blah&gt;" or whatever.
-<P>pc G1TLH Try doing that properly!!!
-<P>
-<H2><A NAME="ss11.49">11.49 ping (1)</A>
+without any processing, added of "from &lt;blah&gt; to &lt;blah&gt;" or whatever.</P>
+<P>pc G1TLH Try doing that properly!!!</P>
+
+<H2><A NAME="ss11.60">11.60</A> <A HREF="adminmanual.html#toc11.60">ping (1)</A>
 </H2>
 
-<P><CODE><B>ping &lt;node&gt;</B> Check the link quality between nodes</CODE>
-<P>
+<P><CODE><B>ping &lt;node&gt;</B> Check the link quality between nodes</CODE></P>
+
 <P>his command allows you to send a frame to another cluster node on
 the network and get a return frame.  The time it takes to do this
 is a good indication of the quality of the link.  The actual time
 it takes is output to the console in seconds.
-Any visible cluster node can be PINGed.
-<P>
-<P>
-<H2><A NAME="ss11.50">11.50 rcmd (1)</A>
+Any visible cluster node can be PINGed.</P>
+
+
+<H2><A NAME="ss11.61">11.61</A> <A HREF="adminmanual.html#toc11.61">rcmd (1)</A>
 </H2>
 
-<P><CODE><B>rcmd &lt;node call&gt; &lt;cmd&gt;</B> Send a command to another DX cluster</CODE>
-<P>
+<P><CODE><B>rcmd &lt;node call&gt; &lt;cmd&gt;</B> Send a command to another DX cluster</CODE></P>
+
 <P>This command allows you to send nearly any command to another DX Cluster
-node that is connected to the system. 
+node that is connected to the system. </P>
 <P>Whether you get any output is dependant on a) whether the other system knows
 that the node callsign of this cluster is in fact a node b) whether the
 other system is allowing RCMDs from this node and c) whether you have
-permission to send this command at all.
-<P>
-<H2><A NAME="ss11.51">11.51 read (0)</A>
+permission to send this command at all.</P>
+
+<H2><A NAME="ss11.62">11.62</A> <A HREF="adminmanual.html#toc11.62">read (0)</A>
 </H2>
 
 <P><CODE><B>read</B> Read the next unread personal message addressed to you<BR>
-<B>read &lt;msgno&gt;</B> Read the specified message<BR></CODE>
-<P>
+<B>read &lt;msgno&gt;</B> Read the specified message<BR></CODE></P>
+
 <P>You can read any messages that are sent as 'non-personal' and also any
-message either sent by or sent to your callsign.
-<P>
-<P>
-<H2><A NAME="ss11.52">11.52 read (extended for sysops) (5) </A>
+message either sent by or sent to your callsign.</P>
+
+
+<H2><A NAME="ss11.63">11.63</A> <A HREF="adminmanual.html#toc11.63">read (extended for sysops) (5) </A>
 </H2>
 
-<P><CODE><B>read &lt;msgno&gt;</B> Read a message on the system</CODE>
-<P>
-<P>As a sysop you may read any message on the system
-<P>
-<H2><A NAME="ss11.53">11.53 reject/announce</A>
+<P><CODE><B>read &lt;msgno&gt;</B> Read a message on the system</CODE></P>
+
+<P>As a sysop you may read any message on the system</P>
+
+<H2><A NAME="ss11.64">11.64</A> <A HREF="adminmanual.html#toc11.64">reject/announce</A>
 </H2>
 
 <P><CODE><B>reject/announce [0-9] &lt;pattern&gt;</B> Set a reject filter
-for announce</CODE>
-<P>
-<P>Create an 'reject this announce' line for a filter. 
+for announce</CODE></P>
+
+<P>Create an 'reject this announce' line for a filter. </P>
 <P>An reject filter line means that if the announce matches this filter it is
 passed onto the user. See HELP FILTERS for more info. Please read this
-to understand how filters work - it will save a lot of grief later on.
-<P>You can use any of the following things in this line:-
+to understand how filters work - it will save a lot of grief later on.</P>
+<P>You can use any of the following things in this line:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   info &lt;string>            eg: iota or qsl
   by &lt;prefixes>            eg: G,M,2         
@@ -838,43 +1199,99 @@ to understand how filters work - it will save a lot of grief later on.
   wx 1                     filter WX announces
   dest &lt;prefixes>          eg: 6MUK,WDX      (distros)
 </PRE>
-<P>some examples:-
+</CODE></BLOCKQUOTE>
+</P>
+<P>some examples:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   rej/ann by_zone 14,15,16 and not by G,M,2
 </PRE>
-<P>You can use the tag 'all' to reject everything eg:
+</CODE></BLOCKQUOTE>
+</P>
+<P>You can use the tag 'all' to reject everything eg:</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   rej/ann all
 </PRE>
-<P>but this probably for advanced users...
-<P>
-<H2><A NAME="ss11.54">11.54 reject/announce (extended for sysops) (8)</A>
+</CODE></BLOCKQUOTE>
+</P>
+<P>but this probably for advanced users...</P>
+
+<H2><A NAME="ss11.65">11.65</A> <A HREF="adminmanual.html#toc11.65">reject/announce (extended for sysops) (8)</A>
 </H2>
 
-<P><CODE><B>reject/announce &lt;call&gt; [input] [0-9] &lt;pattern&gt;</B> Announce filter sysop version</CODE>
-<P>
+<P><CODE><B>reject/announce &lt;call&gt; [input] [0-9] &lt;pattern&gt;</B> Announce filter sysop version</CODE></P>
+
 <P>This version allows a sysop to set a filter for a callsign as well as the
-default for nodes and users eg:-
+default for nodes and users eg:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   reject/ann by G,M,2
   reject/ann input node_default by G,M,2
   reject/ann user_default by G,M,2
 </PRE>
-<P>
-<H2><A NAME="ss11.55">11.55 reject/spots (0)</A>
+</CODE></BLOCKQUOTE>
+</P>
+
+<H2><A NAME="ss11.66">11.66</A> <A HREF="adminmanual.html#toc11.66">reject/route (8)</A>
 </H2>
 
-<P><CODE><B>reject/spots [0-9] &lt;pattern&gt;</B> Set a reject filter line for spots</CODE>
+<P><CODE><B>reject/route &lt;call&gt; [0-9] &lt;pattern&gt;</B> Set an 'reject' filter line for routing</CODE></P>
+
+<P>Create an 'reject this routing PC Protocol' line for a filter. </P>
+
+<P>An reject filter line means that if a PC16/17/19/21/24/41/50 matches this filter 
+it is NOT passed thru that interface. See HELP FILTERING for more info. Please 
+read this to understand how filters work - it will save a lot of grief later on.
+You can use any of the following things in this line:-</P>
+<P>
+<BLOCKQUOTE><CODE>
+<PRE>
+  call &lt;prefixes>        the callsign of the thingy
+  call_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
+  call_itu &lt;numbers>
+  call_zone &lt;numbers>
+  origin &lt;prefixes>      really the interface it came in on
+  origin_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
+  origin_itu &lt;numbers>
+  origin_zone &lt;numbers>
+</PRE>
+</CODE></BLOCKQUOTE>
+</P>
+
+<P>some examples:-</P>
+<P>
+<BLOCKQUOTE><CODE>
+<PRE>
+  rej/route gb7djk call_dxcc 61,38 (everything except  UK+EIRE nodes)
+</PRE>
+</CODE></BLOCKQUOTE>
+</P>
+
+<P>You can use the tag 'all' to reject everything eg:</P>
 <P>
-<P>Create a 'reject this spot' line for a filter. 
+<BLOCKQUOTE><CODE>
+<PRE>
+  rej/route all     (equiv to [very] restricted mode)
+</PRE>
+</CODE></BLOCKQUOTE>
+</P>
+
+<H2><A NAME="ss11.67">11.67</A> <A HREF="adminmanual.html#toc11.67">reject/spots (0)</A>
+</H2>
+
+<P><CODE><B>reject/spots [0-9] &lt;pattern&gt;</B> Set a reject filter line for spots</CODE></P>
+
+<P>Create a 'reject this spot' line for a filter. </P>
 <P>A reject filter line means that if the spot matches this filter it is
 dumped (not passed on). See HELP FILTERS for more info. Please read this
-to understand how filters work - it will save a lot of grief later on.
-<P>You can use any of the following things in this line:-
+to understand how filters work - it will save a lot of grief later on.</P>
+<P>You can use any of the following things in this line:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   freq &lt;range>           eg: 0/30000 or hf or hf/cw or 6m,4m,2m
   on &lt;range>             same as 'freq'
@@ -890,33 +1307,42 @@ to understand how filters work - it will save a lot of grief later on.
   origin &lt;prefixes>
   channel &lt;prefixes>
 </PRE>
+</CODE></BLOCKQUOTE>
+</P>
 <P>For frequencies, you can use any of the band names defined in
 SHOW/BANDS and you can use a subband name like: cw, rtty, data, ssb -
 thus: hf/ssb. You can also just have a simple range like: 0/30000 -
 this is more efficient than saying simply: on HF (but don't get
-too hung up about that)
-<P>some examples:-
+too hung up about that)</P>
+<P>some examples:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   rej/spot 1 on hf
   rej/spot 2 on vhf and not (by_zone 14,15,16 or call_zone 14,15,16)
 </PRE>
-<P>You can use the tag 'all' to reject everything eg:
+</CODE></BLOCKQUOTE>
+</P>
+<P>You can use the tag 'all' to reject everything eg:</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   rej/spot 3 all
 </PRE>
-<P>but this probably for advanced users...
-<P>
-<H2><A NAME="ss11.56">11.56 reject/spots (extended for sysops) (8)</A>
+</CODE></BLOCKQUOTE>
+</P>
+<P>but this probably for advanced users...</P>
+
+<H2><A NAME="ss11.68">11.68</A> <A HREF="adminmanual.html#toc11.68">reject/spots (extended for sysops) (8)</A>
 </H2>
 
 <P><CODE><B>reject/spots &lt;call&gt; [input] [0-9] &lt;pattern&gt;</B>
-Reject spot filter sysop version </CODE>
-<P>
+Reject spot filter sysop version </CODE></P>
+
 <P>This version allows a sysop to set a filter for a callsign as well as the
-default for nodes and users eg:-
+default for nodes and users eg:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   reject/spot db0sue-7 1 by_zone 14,15,16
   reject/spot node_default all
@@ -924,15 +1350,18 @@ default for nodes and users eg:-
 
   reject/spot user_default by G,M,2
 </PRE>
-<P>
-<H2><A NAME="ss11.57">11.57 reject/wcy (0)</A>
+</CODE></BLOCKQUOTE>
+</P>
+
+<H2><A NAME="ss11.69">11.69</A> <A HREF="adminmanual.html#toc11.69">reject/wcy (0)</A>
 </H2>
 
-<P><CODE><B>reject/wcy [0-9] &lt;pattern&gt;</B> Set a reject WCY filter</CODE>
-<P>
+<P><CODE><B>reject/wcy [0-9] &lt;pattern&gt;</B> Set a reject WCY filter</CODE></P>
+
 <P>It is unlikely that you will want to do this, but if you do then you can
-filter on the following fields:-
+filter on the following fields:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   by &lt;prefixes>            eg: G,M,2         
   origin &lt;prefixes>
@@ -944,29 +1373,32 @@ filter on the following fields:-
   by_zone &lt;numbers>
   channel &lt;prefixes>
 </PRE>
+</CODE></BLOCKQUOTE>
+</P>
 <P>There are no examples because WCY Broadcasts only come from one place and
-you either want them or not (see UNSET/WCY if you don't want them).
-<P>This command is really provided for future use.
-<P>See HELP FILTER for information.
-<P>
-<H2><A NAME="ss11.58">11.58 reject/wcy (extended for sysops) (8)</A>
+you either want them or not (see UNSET/WCY if you don't want them).</P>
+<P>This command is really provided for future use.</P>
+<P>See HELP FILTER for information.</P>
+
+<H2><A NAME="ss11.70">11.70</A> <A HREF="adminmanual.html#toc11.70">reject/wcy (extended for sysops) (8)</A>
 </H2>
 
 <P><CODE><B>reject/wcy &lt;call&gt; [input] [0-9] &lt;pattern&gt;</B>
-WCY reject filter sysop version</CODE>
-<P>
+WCY reject filter sysop version</CODE></P>
+
 <P>This version allows a sysop to set a filter for a callsign as well as the
-default for nodes and users eg:-
-<P>reject/wcy gb7djk all
-<P>
-<H2><A NAME="ss11.59">11.59 reject/wwv (0)</A>
+default for nodes and users eg:-</P>
+<P>reject/wcy gb7djk all</P>
+
+<H2><A NAME="ss11.71">11.71</A> <A HREF="adminmanual.html#toc11.71">reject/wwv (0)</A>
 </H2>
 
-<P><CODE><B>reject/wwv [0-9] &lt;pattern&gt;</B> Set a reject WWV filter</CODE>
-<P>
+<P><CODE><B>reject/wwv [0-9] &lt;pattern&gt;</B> Set a reject WWV filter</CODE></P>
+
 <P>It is unlikely that you will want to do this, but if you do then you can
-filter on the following fields:-
+filter on the following fields:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   by &lt;prefixes>            eg: G,M,2         
   origin &lt;prefixes>
@@ -978,32 +1410,40 @@ filter on the following fields:-
   by_zone &lt;numbers>
   channel &lt;prefixes>
 </PRE>
-<P>for example 
+</CODE></BLOCKQUOTE>
+</P>
+<P>for example </P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   reject/wwv by_zone 14,15,16
 </PRE>
+</CODE></BLOCKQUOTE>
+</P>
 <P>is probably the only useful thing to do (which will only show WWV broadcasts
-by stations in the US).
-<P>See HELP FILTER for information.
-<P>
-<H2><A NAME="ss11.60">11.60 reject/wwv (extended for sysops) (8)</A>
+by stations in the US).</P>
+<P>See HELP FILTER for information.</P>
+
+<H2><A NAME="ss11.72">11.72</A> <A HREF="adminmanual.html#toc11.72">reject/wwv (extended for sysops) (8)</A>
 </H2>
 
 <P><CODE><B>reject/wwv &lt;call&gt; [input] [0-9] &lt;pattern&gt;</B>
-WWV reject filter sysop version</CODE>
-<P>
+WWV reject filter sysop version</CODE></P>
+
 <P>This version allows a sysop to set a filter for a callsign as well as the
-default for nodes and users eg:-
+default for nodes and users eg:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   reject/wwv db0sue-7 1 by_zone 4
   reject/wwv node_default all
 
   reject/wwv user_default by W
 </PRE>
-<P>
-<H2><A NAME="ss11.61">11.61 reply (0)</A>
+</CODE></BLOCKQUOTE>
+</P>
+
+<H2><A NAME="ss11.73">11.73</A> <A HREF="adminmanual.html#toc11.73">reply (0)</A>
 </H2>
 
 <P><CODE><B>reply</B> Reply (privately) to the last message that you have read<BR>
@@ -1011,382 +1451,487 @@ default for nodes and users eg:-
 <B>reply B &lt;msgno&gt;</B> Reply as a Bulletin to the specified message<BR>
 <B>reply NOPrivate &lt;msgno&gt;</B> Reply as a Bulletin to the specified
 message<BR>
-<B>reply RR &lt;msgno&gt;</B> Reply to the specified message with read receipt<BR></CODE>
-<P>
+<B>reply RR &lt;msgno&gt;</B> Reply to the specified message with read receipt<BR></CODE></P>
+
 <P>You can reply to a message and the subject will automatically have
-"Re:" inserted in front of it, if it isn't already present.
+"Re:" inserted in front of it, if it isn't already present.</P>
 <P>You can also use all the extra qualifiers such as RR, PRIVATE, 
 NOPRIVATE, B that you can use with the SEND command (see SEND
-for further details)
-<P>
-<H2><A NAME="ss11.62">11.62 send (0)</A>
+for further details)</P>
+
+<H2><A NAME="ss11.74">11.74</A> <A HREF="adminmanual.html#toc11.74">send (0)</A>
 </H2>
 
 <P><CODE><B>send &lt;call&gt; [&lt;call&gt; ...]</B> Send a message to one or more callsigns<BR>
 <B>send RR &lt;call&gt;</B> Send a message and ask for a read receipt<BR>
 <B>send COPY &lt;msgno&gt; &lt;call&gt;</B> Send a copy of a  message to someone<BR>
 <B>send PRIVATE &lt;call&gt;</B> Send a personal message<BR>
-<B>send NOPRIVATE &lt;call&gt;</B> Send a message to all stations<BR></CODE>
-<P>
+<B>send NOPRIVATE &lt;call&gt;</B> Send a message to all stations<BR></CODE></P>
+
 <P>All the SEND commands will create a message which will be sent either to
-an individual callsign or to one of the 'bulletin' addresses. 
+an individual callsign or to one of the 'bulletin' addresses. </P>
 <P>SEND &lt;call&gt; on its own acts as though you had typed SEND PRIVATE, that is
 it will mark the message as personal and send it to the cluster node that
-that callsign is connected to.
-<P>You can have more than one callsign in all of the SEND commands.
-<P>You can have multiple qualifiers so that you can have for example:-
+that callsign is connected to.</P>
+<P>You can have more than one callsign in all of the SEND commands.</P>
+<P>You can have multiple qualifiers so that you can have for example:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   SEND RR COPY 123 PRIVATE G1TLH G0RDI
 </PRE>
+</CODE></BLOCKQUOTE>
+</P>
 <P>which should send a copy of message 123 to G1TLH and G0RDI and you will
-receive a read receipt when they have read the message.
+receive a read receipt when they have read the message.</P>
 <P>SB is an alias for SEND NOPRIVATE (or send a bulletin in BBS speak)
-SP is an alias for SEND PRIVATE
-<P>
-<H2><A NAME="ss11.63">11.63 set/address (0)</A>
+SP is an alias for SEND PRIVATE</P>
+
+<H2><A NAME="ss11.75">11.75</A> <A HREF="adminmanual.html#toc11.75">set/address (0)</A>
 </H2>
 
-<P><CODE><B>set/address &lt;your_address&gt;</B> Record your postal address</CODE>
-<P>
-<P>Literally, record your address details on the cluster.
-<P>
-<H2><A NAME="ss11.64">11.64 set/announce (0)</A>
+<P><CODE><B>set/address &lt;your_address&gt;</B> Record your postal address</CODE></P>
+
+<P>Literally, record your address details on the cluster.</P>
+
+<H2><A NAME="ss11.76">11.76</A> <A HREF="adminmanual.html#toc11.76">set/announce (0)</A>
 </H2>
 
-<P><CODE><B>set/announce</B> Allow announce messages</CODE>
-<P>
-<P>Allow announce messages to arrive at your terminal.
-<P>
-<H2><A NAME="ss11.65">11.65 set/arcluster (5)</A>
+<P><CODE><B>set/announce</B> Allow announce messages</CODE></P>
+
+<P>Allow announce messages to arrive at your terminal.</P>
+
+<H2><A NAME="ss11.77">11.77</A> <A HREF="adminmanual.html#toc11.77">set/arcluster (5)</A>
 </H2>
 
 <P><CODE><B>set/arcluster &lt;node_call&gt; [&lt;node_call&gt; ...]</B> Make
-the node_call an AR-Cluster type node</CODE>
-<P>
-<P>Set the node_call as an AR-Cluster type node
-<P>
-<H2><A NAME="ss11.66">11.66 set/baddx (8)</A>
+the node_call an AR-Cluster type node</CODE></P>
+
+<P>Set the node_call as an AR-Cluster type node</P>
+
+<H2><A NAME="ss11.78">11.78</A> <A HREF="adminmanual.html#toc11.78">set/baddx (8)</A>
 </H2>
 
 <P><CODE><B>set/baddx &lt;call&gt;</B> Stop words we do not wish to see in the callsign field
-of a dx spot being propagated</CODE>
-<P>
+of a dx spot being propagated</CODE></P>
+
 <P>Setting a word as 'baddx' will prevent spots with that word in the callsign 
 field of a DX spot from going any further. They will not be displayed and they 
-will not be sent onto other nodes.
-<P>The word must be wriiten in full, no wild cards are allowed eg:-
+will not be sent onto other nodes.</P>
+<P>The word must be wriiten in full, no wild cards are allowed eg:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   set/baddx FORSALE VIDEO FR0G 
 </PRE>
-<P>To allow a word again, use the following command ...
+</CODE></BLOCKQUOTE>
+</P>
+<P>To allow a word again, use the following command ...</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   unset/baddx VIDEO
 </PRE>
-<P>
-<H2><A NAME="ss11.67">11.67 set/badnode (6)</A>
+</CODE></BLOCKQUOTE>
+</P>
+
+<H2><A NAME="ss11.79">11.79</A> <A HREF="adminmanual.html#toc11.79">set/badnode (6)</A>
 </H2>
 
 <P><CODE><B>set/badnode &lt;node_call&gt;</B> Stop spots from this node_call
-being propagated</CODE>
-<P>
+being propagated</CODE></P>
+
 <P>Setting a callsign as a 'badnode' will prevent spots from that node 
 going any further. They will not be displayed and they will not be 
-sent onto other nodes.
-<P>The call can be a full or partial call (or a prefix), eg:-
+sent onto other nodes.</P>
+<P>The call can be a full or partial call (or a prefix), eg:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   set/badnode K1TTT 
 </PRE>
-<P>will stop anything from K1TTT (including any SSID's)
+</CODE></BLOCKQUOTE>
+</P>
+<P>will stop anything from K1TTT (including any SSID's)</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   unset/badnode K1TTT
 </PRE>
-<P>will allow spots from him again.
-<P>Use with extreme care. This command may well be superceded by FILTERing.
-<P>
-<H2><A NAME="ss11.68">11.68 set/badspotter (8)</A>
+</CODE></BLOCKQUOTE>
+</P>
+<P>will allow spots from him again.</P>
+<P>Use with extreme care. This command may well be superceded by FILTERing.</P>
+
+<H2><A NAME="ss11.80">11.80</A> <A HREF="adminmanual.html#toc11.80">set/badspotter (8)</A>
 </H2>
 
-<P><CODE><B>set/badspotter &lt;call&gt;</B> Stop spots from this callsign being propagated</CODE>
-<P>
+<P><CODE><B>set/badspotter &lt;call&gt;</B> Stop spots from this callsign being propagated</CODE></P>
+
 <P>Setting a callsign as a 'badspotter' will prevent spots from this callsign 
 going any further. They will not be displayed and they will not be 
-sent onto other nodes.
-<P>The call must be written in full, no wild cards are allowed eg:-
+sent onto other nodes.</P>
+<P>The call must be written in full, no wild cards are allowed eg:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   set/badspotter VE2STN 
 </PRE>
+</CODE></BLOCKQUOTE>
+</P>
 <P>will stop anything from VE2STN. If you want SSIDs as well then you must
-enter them specifically.
+enter them specifically.</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   unset/badspotter VE2STN
 </PRE>
-<P>will allow spots from him again.
-<P>Use with extreme care. This command may well be superceded by FILTERing.
-<P>
-<H2><A NAME="ss11.69">11.69 set/beep (0)</A>
+</CODE></BLOCKQUOTE>
+</P>
+<P>will allow spots from him again.</P>
+<P>Use with extreme care. This command may well be superceded by FILTERing.</P>
+
+<H2><A NAME="ss11.81">11.81</A> <A HREF="adminmanual.html#toc11.81">set/badword (8)</A>
 </H2>
 
-<P><CODE><B>set/beep</B> Add beeps to terminal messages</CODE>
-<P>
-<P>Add a beep to DX and other terminal messages.
-<P>
-<H2><A NAME="ss11.70">11.70 set/clx (5)</A>
+<P><CODE><B>set/badword &lt;word&gt;</B> Stop things with this word being propogated</CODE></P>
+
+<P>Setting a word as a 'badword' will prevent things like spots,
+announces or talks with this word in the the text part from going any
+further. They will not be displayed and they will not be sent onto
+other nodes.</P>
+<P>The word must be written in full, no wild cards are allowed eg:-</P>
+<P>set/badword annihilate annihilated annihilation </P>
+<P>will stop anything with these words in the text.</P>
+<P>unset/badword annihilated</P>
+<P>will allow text with this word again.</P>
+
+
+<H2><A NAME="ss11.82">11.82</A> <A HREF="adminmanual.html#toc11.82">set/beep (0)</A>
+</H2>
+
+<P><CODE><B>set/beep</B> Add beeps to terminal messages</CODE></P>
+
+<P>Add a beep to DX and other terminal messages.</P>
+
+<H2><A NAME="ss11.83">11.83</A> <A HREF="adminmanual.html#toc11.83">set/bbs (5)</A>
+</H2>
+
+<P><CODE><B>set/bbs &lt;call&gt; [&lt;call&gt;..]</B>Make &lt;call&gt; a BBS</CODE></P>
+
+<H2><A NAME="ss11.84">11.84</A> <A HREF="adminmanual.html#toc11.84">set/clx (5)</A>
 </H2>
 
 <P><CODE><B>set/clx &lt;node_call&gt; [&lt;node_call&gt; ...]</B> Make
-the node_call a CLX type node</CODE>
-<P>
-<P>Set the node_call as a CLX type node
-<P>
-<H2><A NAME="ss11.71">11.71 set/debug (9)</A>
+the node_call a CLX type node</CODE></P>
+
+<P>Set the node_call as a CLX type node</P>
+
+<H2><A NAME="ss11.85">11.85</A> <A HREF="adminmanual.html#toc11.85">set/debug (9)</A>
 </H2>
 
-<P><CODE><B>set/debug &lt;name&gt;</B> Add a debug level to the debug set</CODE>
-<P>
-<P>You can remove this level with unset/debug &lt;name&gt;
-<P>
-<H2><A NAME="ss11.72">11.72 set/dx (0)</A>
+<P><CODE><B>set/debug &lt;name&gt;</B> Add a debug level to the debug set</CODE></P>
+
+<P>You can choose to log several different levels.  The levels are</P>
+<P>chan
+state
+msg
+cron
+connect</P>
+<P>You can show what levels you are logging with the <EM>show/debug</EM>
+command.</P>
+<P>You can remove a debug level with unset/debug &lt;name&gt;</P>
+
+<H2><A NAME="ss11.86">11.86</A> <A HREF="adminmanual.html#toc11.86">set/dx (0)</A>
 </H2>
 
-<P><CODE><B>set/dx</B>Allow DX messages to arrive at your terminal</CODE>
-<P>
-<P>You can stop DX messages with the <EM>unset/dx</EM> command
-<P>
-<H2><A NAME="ss11.73">11.73 set/dxgrid (0)</A>
+<P><CODE><B>set/dx</B>Allow DX messages to arrive at your terminal</CODE></P>
+
+<P>You can stop DX messages with the <EM>unset/dx</EM> command</P>
+
+<H2><A NAME="ss11.87">11.87</A> <A HREF="adminmanual.html#toc11.87">set/dxgrid (0)</A>
 </H2>
 
-<P><CODE><B>set/dxgrid</B>Allow grid squares on the end of DX messages</CODE>
-<P>
+<P><CODE><B>set/dxgrid</B>Allow grid squares on the end of DX messages</CODE></P>
+
 <P>Some logging programs do not like the additional information at
 the end of a DX spot.  If this is the case, use the <EM>unset/dxgrid</EM>
-command to remove the grid squares.
-<P>
-<H2><A NAME="ss11.74">11.74 set/dxnet (5)</A>
+command to remove the grid squares.</P>
+
+<H2><A NAME="ss11.88">11.88</A> <A HREF="adminmanual.html#toc11.88">set/dxnet (5)</A>
 </H2>
 
 <P><CODE><B>set/dxnet &lt;node_call&gt; [&lt;node_call&gt; ...]</B> Make
-the node_call a DXNet type node</CODE>
-<P>
-<P>Set the node_call as a DXNet type node
-<P>
-<H2><A NAME="ss11.75">11.75 set/echo (0)</A>
+the node_call a DXNet type node</CODE></P>
+
+<P>Set the node_call as a DXNet type node</P>
+
+<H2><A NAME="ss11.89">11.89</A> <A HREF="adminmanual.html#toc11.89">set/echo (0)</A>
 </H2>
 
-<P><CODE><B>set/echo</B> Make the cluster echo your input</CODE>
-<P>
+<P><CODE><B>set/echo</B> Make the cluster echo your input</CODE></P>
+
 <P>If you are connected via a telnet session, different implimentations
 of telnet handle echo differently depending on whether you are 
 connected via port 23 or some other port. You can use this command
-to change the setting appropriately. 
-<P>You can remove the echo with the <EM>unset/echo</EM> command
-<P>The setting is stored in your user profile.
-<P>YOU DO NOT NEED TO USE THIS COMMAND IF YOU ARE CONNECTED VIA AX25.
-<P>
-<H2><A NAME="ss11.76">11.76 set/here (0)</A>
+to change the setting appropriately. </P>
+<P>You can remove the echo with the <EM>unset/echo</EM> command</P>
+<P>The setting is stored in your user profile.</P>
+<P>YOU DO NOT NEED TO USE THIS COMMAND IF YOU ARE CONNECTED VIA AX25.</P>
+
+<H2><A NAME="ss11.90">11.90</A> <A HREF="adminmanual.html#toc11.90">set/email (0)</A>
 </H2>
 
-<P><CODE><B>set/here</B> Set the here flag</CODE>
-<P>
+<P><CODE><B>set/email &lt;email_address&gt;</B> Set email address(es) and forward your personals</CODE></P>
+
+<P>If any personal messages come in for your callsign then you can use
+these commands to control whether they are forwarded onto your email
+address. To enable the forwarding do something like:-</P>
+<P>SET/EMAIL mike.tubby@somewhere.com</P>
+<P>You can have more than one email address (each one separated by a space).
+Emails are forwarded to all the email addresses you specify.</P>
+<P>You can disable forwarding by:-</P>
+<P>UNSET/EMAIL</P>
+
+<H2><A NAME="ss11.91">11.91</A> <A HREF="adminmanual.html#toc11.91">set/here (0)</A>
+</H2>
+
+<P><CODE><B>set/here</B> Set the here flag</CODE></P>
+
 <P>Let others on the cluster know you are here by only displaying your
 callsign.  If you are away from your terminal you can use the <EM>unset/here</EM>
 command to let people know you are away.  This simply puts brackets
-around your callsign to indicate you are not available.
-<P>
-<H2><A NAME="ss11.77">11.77 set/homenode (0)</A>
+around your callsign to indicate you are not available.</P>
+
+<H2><A NAME="ss11.92">11.92</A> <A HREF="adminmanual.html#toc11.92">set/homenode (0)</A>
 </H2>
 
-<P><CODE><B>set/homenode &lt;node_call&gt;</B> Set your home cluster</CODE>
-<P>
+<P><CODE><B>set/homenode &lt;node_call&gt;</B> Set your home cluster</CODE></P>
+
 <P>Tell the cluster system where you normally connect to. Any Messages sent
 to you will normally find their way there should you not be connected.
-eg:-
+eg:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   SET/HOMENODE gb7djk
 </PRE>
-<P>
-<H2><A NAME="ss11.78">11.78 set/hops (8)</A>
+</CODE></BLOCKQUOTE>
+</P>
+
+<H2><A NAME="ss11.93">11.93</A> <A HREF="adminmanual.html#toc11.93">set/hops (8)</A>
 </H2>
 
 <P><CODE><B>set/hops &lt;node_call&gt; ann|spots|wwv|wcy &lt;n&gt;</B>
-Set hop count</CODE>
-<P>
-<P>Set the hop count for a particular type of broadcast for a node.
+Set hop count</CODE></P>
+
+<P>Set the hop count for a particular type of broadcast for a node.</P>
 <P>This command allows you to set up special hop counts for a node 
-for currently: announce, spots, wwv and wcy broadcasts.
+for currently: announce, spots, wwv and wcy broadcasts.</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
 eg:
   set/hops gb7djk ann 10
   set/hops gb7mbc spots 20
 </PRE>
+</CODE></BLOCKQUOTE>
+</P>
 <P>Set SHOW/HOPS for information on what is already set. This command
-creates a filter and works in conjunction with the filter system. 
-<P>
-<H2><A NAME="ss11.79">11.79 set/isolate (9)</A>
+creates a filter and works in conjunction with the filter system. </P>
+
+<H2><A NAME="ss11.94">11.94</A> <A HREF="adminmanual.html#toc11.94">set/isolate (9)</A>
 </H2>
 
-<P><CODE><B>set/isolate &lt;node call&gt;</B> Isolate a node from the rest of the network</CODE>
-<P>
+<P><CODE><B>set/isolate &lt;node call&gt;</B> Isolate a node from the rest of the network</CODE></P>
+
 <P>Connect a node to your system in such a way that you are a full protocol
 member of its network and can see all spots on it, but nothing either leaks
-out from it nor goes back into from the rest of the nodes connected to you.
-<P>You can potentially connect several nodes in this way.
-<P>You can see which nodes are isolated with the show/isolate (1) command.
-<P>You can remove the isolation with the command unset/isolate.
-<P>
-<H2><A NAME="ss11.80">11.80 set/language (0)</A>
+out from it nor goes back into from the rest of the nodes connected to you.</P>
+<P>You can potentially connect several nodes in this way.</P>
+<P>You can see which nodes are isolated with the show/isolate (1) command.</P>
+<P>You can remove the isolation with the command unset/isolate.</P>
+
+<H2><A NAME="ss11.95">11.95</A> <A HREF="adminmanual.html#toc11.95">set/language (0)</A>
 </H2>
 
-<P><CODE><B>set/language &lt;language&gt;</B> Set the language you wish to use</CODE>
-<P>
+<P><CODE><B>set/language &lt;language&gt;</B> Set the language you wish to use</CODE></P>
+
 <P>You can select the language that you want the cluster to use. Currently
-the languages available are <EM>en</EM> (English) and <EM>nl</EM> (Dutch).
-<P>
-<H2><A NAME="ss11.81">11.81 set/location (0)</A>
+the languages available are <EM>en</EM> (English) and <EM>nl</EM> (Dutch).</P>
+
+<H2><A NAME="ss11.96">11.96</A> <A HREF="adminmanual.html#toc11.96">set/location (0)</A>
 </H2>
 
-<P><CODE><B>set/location &lt;lat and long&gt;</B> Set your latitude and longitude</CODE>
-<P>
+<P><CODE><B>set/location &lt;lat and long&gt;</B> Set your latitude and longitude</CODE></P>
+
 <P>You can set your latitude and longitude manually or alternatively use the
-<EM>set/qra</EM> command which will do the conversion for you.
+<EM>set/qra</EM> command which will do the conversion for you.</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   set/location 54 04 N 2 02 E
 </PRE>
-<P>
-<P>
-<H2><A NAME="ss11.82">11.82 set/sys_location (9)</A>
+</CODE></BLOCKQUOTE>
+</P>
+
+
+<H2><A NAME="ss11.97">11.97</A> <A HREF="adminmanual.html#toc11.97">set/sys_location (9)</A>
 </H2>
 
-<P><CODE><B>set/sys_location &lt;lat &amp; long&gt;</B> Set your cluster latitude and longitude</CODE>
-<P>
+<P><CODE><B>set/sys_location &lt;lat &amp; long&gt;</B> Set your cluster latitude and longitude</CODE></P>
+
 <P>In order to get accurate headings and such like you must tell the system
 what your latitude and longitude is. If you have not yet done a SET/QRA
-then this command will set your QRA locator for you. For example:-
+then this command will set your QRA locator for you. For example:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   SET/LOCATION 52 22 N 0 57 E
 </PRE>
-<P>
-<H2><A NAME="ss11.83">11.83 set/logininfo (0)</A>
+</CODE></BLOCKQUOTE>
+</P>
+
+<H2><A NAME="ss11.98">11.98</A> <A HREF="adminmanual.html#toc11.98">set/logininfo (0)</A>
 </H2>
 
-<P><CODE><B>set/logininfo</B> Show logins and logouts of nodes and users</CODE>
-<P>
+<P><CODE><B>set/logininfo</B> Show logins and logouts of nodes and users</CODE></P>
+
 <P>Show users and nodes when they log in and out of the local cluster.  You
-can stop these messages by using the <EM>unset/logininfo</EM> command.
-<P>
-<P>
-<H2><A NAME="ss11.84">11.84 set/lockout (9)</A>
+can stop these messages by using the <EM>unset/logininfo</EM> command.</P>
+
+
+<H2><A NAME="ss11.99">11.99</A> <A HREF="adminmanual.html#toc11.99">set/lockout (9)</A>
 </H2>
 
-<P><CODE><B>set/lockout &lt;call&gt;</B> Stop a callsign connecting to the cluster</CODE>
-<P>
+<P><CODE><B>set/lockout &lt;call&gt;</B> Stop a callsign connecting to the cluster</CODE></P>
+
 <P>You can show who is locked out with the <EM>show/lockout</EM> command.
-To allow the user to connect again, use the <EM>unset/lockout</EM> command.
-<P>
-<H2><A NAME="ss11.85">11.85 set/name (0)</A>
+To allow the user to connect again, use the <EM>unset/lockout</EM> command.</P>
+
+<H2><A NAME="ss11.100">11.100</A> <A HREF="adminmanual.html#toc11.100">set/name (0)</A>
 </H2>
 
-<P><CODE><B>set/name &lt;your_name&gt;</B> Set your name</CODE>
-<P>
-<P>Tell the cluster what your name is, eg:-
+<P><CODE><B>set/name &lt;your_name&gt;</B> Set your name</CODE></P>
+
+<P>Tell the cluster what your name is, eg:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   set/name Dirk
 </PRE>
-<P>
-<H2><A NAME="ss11.86">11.86 set/node (9)</A>
+</CODE></BLOCKQUOTE>
+</P>
+
+<H2><A NAME="ss11.101">11.101</A> <A HREF="adminmanual.html#toc11.101">set/node (9)</A>
 </H2>
 
-<P><CODE><B>set/node &lt;call&gt; [&lt;call&gt; ...]</B> Make the callsign an AK1A cluster</CODE>
-<P>
+<P><CODE><B>set/node &lt;call&gt; [&lt;call&gt; ...]</B> Make the callsign an AK1A cluster</CODE></P>
+
 <P>Tell the system that the call(s) are to be treated as AK1A cluster and
-fed PC Protocol rather normal user commands.
-<P>From version 1.41 you can also set the following types of cluster
+fed PC Protocol rather normal user commands.</P>
+<P>From version 1.41 you can also set the following types of cluster</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   set/spider
   set/dxnet
   set/clx
   set/arcluster
 </PRE>
-<P>To see what your nodes are set to, use the <EM>show/nodes</EM> command.
-<P>
-<H2><A NAME="ss11.87">11.87 set/obscount (9)</A>
+</CODE></BLOCKQUOTE>
+</P>
+<P>To see what your nodes are set to, use the <EM>show/nodes</EM> command.</P>
+
+<H2><A NAME="ss11.102">11.102</A> <A HREF="adminmanual.html#toc11.102">set/obscount (9)</A>
 </H2>
 
-<P><CODE><B>set/obscount &lt;count&gt; &lt;node call&gt;</B> Set the 'pump-up' obsolescence counter</CODE>
-<P>
+<P><CODE><B>set/obscount &lt;count&gt; &lt;node call&gt;</B> Set the 'pump-up' obsolescence counter</CODE></P>
+
 <P>From version 1.35 onwards neighbouring nodes are pinged at regular intervals (see
 SET/PINGINTERVAL), usually 300 seconds or 5 minutes. There is a 'pump-up'
 counter which is decremented on every outgoing ping and then reset to
 the 'obscount' value on every incoming ping. The default value of this
-parameter is 2. 
+parameter is 2. </P>
 <P>What this means is that a neighbouring node will be pinged twice at 
 (default) 300 second intervals and if no reply has been heard just before
-what would be the third attempt, that node is disconnected.
+what would be the third attempt, that node is disconnected.</P>
 <P>If a ping is heard then the obscount is reset to the full value. Using
 default values, if a node has not responded to a ping within 15 minutes,
-it is disconnected.
-<P>
-<H2><A NAME="ss11.88">11.88 set/page (0)</A>
+it is disconnected.</P>
+
+<H2><A NAME="ss11.103">11.103</A> <A HREF="adminmanual.html#toc11.103">set/page (0)</A>
 </H2>
 
-<P><CODE><B>set/page &lt;n&gt;</B> Set the number of lines per page</CODE>
-<P>
+<P><CODE><B>set/page &lt;n&gt;</B> Set the number of lines per page</CODE></P>
+
 <P>Tell the system how many lines you wish on a page when the number of lines
 of output from a command is more than this. The default is 20. Setting it
-explicitly to 0 will disable paging. 
+explicitly to 0 will disable paging. </P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   SET/PAGE 30
   SET/PAGE 0
 </PRE>
-<P>The setting is stored in your user profile.
-<P>
-<P>
-<H2><A NAME="ss11.89">11.89 set/password (9)</A>
+</CODE></BLOCKQUOTE>
+</P>
+<P>The setting is stored in your user profile.</P>
+
+<H2><A NAME="ss11.104">11.104</A> <A HREF="adminmanual.html#toc11.104">set/password (0)</A>
 </H2>
 
-<P><CODE><B>set/password &lt;callsign&gt; &lt;string&gt;</B> Set a users password</CODE>
-<P>
+<P><CODE><B>set/password</B> Set your own password</CODE></P>
+
+<P>This command only works for a 'telnet' user (currently). It will
+only work if you have a password already set. This initial password
+can only be set by the sysop.</P>
+<P>When you execute this command it will ask you for your old password,
+then ask you to type in your new password twice (to make sure you
+get it right). You may or may not see the data echoed on the screen
+as you type, depending on the type of telnet client you have.</P>
+
+<H2><A NAME="ss11.105">11.105</A> <A HREF="adminmanual.html#toc11.105">set/password (9)</A>
+</H2>
+
+<P><CODE><B>set/password &lt;callsign&gt; &lt;string&gt;</B> Set a users password</CODE></P>
+
 <P>The password for a user can only be set by a full sysop. The string
-can contain any characters but any spaces are removed (you can type in
-spaces - but they won't appear in the password). You can see the
-result with STAT/USER.  The password is the usual 30 character baycom
-type password.
-<P>
-<H2><A NAME="ss11.90">11.90 set/pinginterval (9)</A>
+can contain any characters. </P>
+<P>The way this field is used depends on context. If it is being used in
+the SYSOP command context then you are offered 5 random numbers and you
+have to supply the corresponding letters. This is now mainly for ax25
+connections.</P>
+<P>If it is being used on incoming telnet connections then, if a password
+is set or the:</P>
+<P>set/var $main::passwdreq = 1</P>
+<P>command is executed in the startup script, then a password prompt is
+given after the normal 'login: ' prompt.  </P>
+<P>The command "unset/password" is provided to allow a sysop to remove a
+users password completely in case a user forgets or loses their password.</P>
+
+<H2><A NAME="ss11.106">11.106</A> <A HREF="adminmanual.html#toc11.106">set/pinginterval (9)</A>
 </H2>
 
-<P><CODE><B>set/pinginterval &lt;time&gt; &lt;node call&gt;</B> Set the ping time to neighbouring nodes</CODE>
-<P>
+<P><CODE><B>set/pinginterval &lt;time&gt; &lt;node call&gt;</B> Set the ping time to neighbouring nodes</CODE></P>
+
 <P>As from version 1.35 all neighbouring nodes are pinged at regular intervals
 in order to determine the rolling quality of the link and, in future, to
-affect routing decisions. The default interval is 300 secs or 5 minutes.
-<P>You can use this command to set a different interval. Please don't. 
+affect routing decisions. The default interval is 300 secs or 5 minutes.</P>
+<P>You can use this command to set a different interval. Please don't. </P>
 <P>But if you do the value you enter is treated as minutes up 60 and seconds
-for numbers greater than that.
+for numbers greater than that.</P>
 <P>This is used also to help determine when a link is down at the far end
 (as certain cluster software doesn't always notice), see SET/OBSCOUNT
-for more information.
-<P>
-<H2><A NAME="ss11.91">11.91 set/privilege (9)</A>
+for more information.</P>
+
+<H2><A NAME="ss11.107">11.107</A> <A HREF="adminmanual.html#toc11.107">set/privilege (9)</A>
 </H2>
 
-<P><CODE><B>set/privilege &lt;n&gt; &lt;call&gt; [&lt;call&gt; ...]</B> Set the privilege level on a call</CODE>
-<P>
+<P><CODE><B>set/privilege &lt;n&gt; &lt;call&gt; [&lt;call&gt; ...]</B> Set the privilege level on a call</CODE></P>
+
 <P>Set the privilege level on a callsign. The privilege levels that pertain
-to commands are as default:-
+to commands are as default:-</P>
 <P>
 <BLOCKQUOTE><CODE>
 <PRE>
@@ -1399,125 +1944,191 @@ to commands are as default:-
       LEVEL.
 </PRE>
 </CODE></BLOCKQUOTE>
+</P>
 <P>If you are a sysop and you come in as a normal user on a remote connection
-your privilege will automatically be set to 0.
-<P>
-<H2><A NAME="ss11.92">11.92 set/spider (5)</A>
+your privilege will automatically be set to 0.</P>
+
+<H2><A NAME="ss11.108">11.108</A> <A HREF="adminmanual.html#toc11.108">set/spider (5)</A>
 </H2>
 
 <P><CODE><B>set/spider &lt;node_call&gt; [&lt;node_call&gt; ...]</B> Make
-the node_call a DXSpider type node</CODE>
-<P>
-<P>Set the node_call as a DXSpider type node
-<P>
-<H2><A NAME="ss11.93">11.93 set/sys_qra (9)</A>
+the node_call a DXSpider type node</CODE></P>
+
+<P>Set the node_call as a DXSpider type node</P>
+
+<H2><A NAME="ss11.109">11.109</A> <A HREF="adminmanual.html#toc11.109">set/sys_qra (9)</A>
 </H2>
 
-<P><CODE><B>set/sys_qra &lt;locator&gt;</B> Set your cluster QRA locator</CODE>
-<P>
-<H2><A NAME="ss11.94">11.94 set/qra (0)</A>
+<P><CODE><B>set/sys_qra &lt;locator&gt;</B> Set your cluster QRA locator</CODE></P>
+
+<H2><A NAME="ss11.110">11.110</A> <A HREF="adminmanual.html#toc11.110">set/qra (0)</A>
 </H2>
 
-<P><CODE><B>set/qra &lt;locator&gt;</B> Set your QRA locator</CODE>
-<P>
+<P><CODE><B>set/qra &lt;locator&gt;</B> Set your QRA locator</CODE></P>
+
 <P>Tell the system what your QRA (or Maidenhead) locator is. If you have not
 done a SET/LOCATION then your latitude and longitude will be set roughly
-correctly (assuming your locator is correct ;-). For example:-
+correctly (assuming your locator is correct ;-). For example:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   SET/QRA JO02LQ
 </PRE>
-<P>
-<H2><A NAME="ss11.95">11.95 set/qth (0)</A>
+</CODE></BLOCKQUOTE>
+</P>
+
+<H2><A NAME="ss11.111">11.111</A> <A HREF="adminmanual.html#toc11.111">set/qth (0)</A>
 </H2>
 
-<P><CODE><B>set/qth &lt;your QTH&gt;</B> Set your QTH</CODE>
-<P>
-<P>Tell the system where your are.  For example:-
+<P><CODE><B>set/qth &lt;your QTH&gt;</B> Set your QTH</CODE></P>
+
+<P>Tell the system where your are.  For example:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   set/qth East Dereham, Norfolk
 </PRE>
-<P>
-<H2><A NAME="ss11.96">11.96 set/talk (0)</A>
+</CODE></BLOCKQUOTE>
+</P>
+
+<H2><A NAME="ss11.112">11.112</A> <A HREF="adminmanual.html#toc11.112">set/register (9)</A>
 </H2>
 
-<P><CODE><B>set/talk</B> Allow talk messages to be seen at your console</CODE>
-<P>
+<P><CODE><B>set/register &lt;call&gt;</B> Mark a user as registered</CODE></P>
+
+<P>Registration is a concept that you can switch on by executing the</P>
+<P>set/var $main::regreq = 1 </P>
+<P>command (usually in your startup file)</P>
+<P>If a user is NOT registered then, firstly, instead of the normal
+motd file (/spider/data/motd) being sent to the user at startup, the
+user is sent the motd_nor file instead. Secondly, the non registered
+user only has READ-ONLY access to the node. The non-registered user
+cannot use DX, ANN etc. </P>
+<P>The only exception to this is that a non-registered user can TALK or
+SEND messages to the sysop.</P>
+<P>To unset a user use the 'unset/register' command</P>
+
+<H2><A NAME="ss11.113">11.113</A> <A HREF="adminmanual.html#toc11.113">set/talk (0)</A>
+</H2>
+
+<P><CODE><B>set/talk</B> Allow talk messages to be seen at your console</CODE></P>
+
 <P>Allow talk messages to arrive at your console.  You can switch off
-talks with the <EM>unset/talk</EM> command.
-<P>
-<H2><A NAME="ss11.97">11.97 set/wcy (0)</A>
+talks with the <EM>unset/talk</EM> command.</P>
+
+<H2><A NAME="ss11.114">11.114</A> <A HREF="adminmanual.html#toc11.114">set/wcy (0)</A>
 </H2>
 
-<P><CODE><B>set/wcy</B> Allow WCY messages to be seen at your console</CODE>
-<P>
+<P><CODE><B>set/wcy</B> Allow WCY messages to be seen at your console</CODE></P>
+
 <P>Allow WCY information to be seen at your console.  You can switch off
-WCY messages with the <EM>unset/wcy</EM> command.
-<P>
-<H2><A NAME="ss11.98">11.98 set/wwv (0)</A>
+WCY messages with the <EM>unset/wcy</EM> command.</P>
+
+<H2><A NAME="ss11.115">11.115</A> <A HREF="adminmanual.html#toc11.115">set/wwv (0)</A>
 </H2>
 
-<P><CODE><B>set/wwv</B> Allow WWV messages to be seen at your console</CODE>
-<P>
-<P>Allow WWV information to be seen at your console.  You can switch off
-WWV messages with the <EM>unset/wwv</EM> command.
-<P>
-<H2><A NAME="ss11.99">11.99 set/wx (0)</A>
+<P><CODE><B>set/wwv</B> Allow WWV messages to be seen at your console</CODE></P>
+
+<P>Allow WWV information to be seen at your console.  You can switch off
+WWV messages with the <EM>unset/wwv</EM> command.</P>
+
+<H2><A NAME="ss11.116">11.116</A> <A HREF="adminmanual.html#toc11.116">set/wx (0)</A>
+</H2>
+
+<P><CODE><B>set/wx</B> Allow WX messages to be seen at your console</CODE></P>
+
+<P>Allow WX information to be seen at your console.  You can switch off
+WX messages with the <EM>unset/wx</EM> command.</P>
+
+<H2><A NAME="ss11.117">11.117</A> <A HREF="adminmanual.html#toc11.117">show/baddx (1)</A>
+</H2>
+
+<P><CODE><B>show/baddx</B>Show all the bad dx calls in the system</CODE></P>
+
+<P>Display all the bad dx callsigns in the system, see SET/BADDX
+for more information.</P>
+
+<H2><A NAME="ss11.118">11.118</A> <A HREF="adminmanual.html#toc11.118">show/badnode (6)</A>
+</H2>
+
+<P><CODE><B>show/badnode</B> Show all the bad nodes in the system</CODE></P>
+
+<P>Display all the bad node callsigns in the system, see SET/BADNODE
+for more information.</P>
+
+<H2><A NAME="ss11.119">11.119</A> <A HREF="adminmanual.html#toc11.119">show/badspotter (1)</A>
+</H2>
+
+<P><CODE><B>show/badspotter</B> Show all the bad spotters in the system</CODE></P>
+
+<P>Display all the bad spotter's callsigns in the system, see SET/BADSPOTTER
+for more information.</P>
+
+<H2><A NAME="ss11.120">11.120</A> <A HREF="adminmanual.html#toc11.120">show/badword (1)</A>
 </H2>
 
-<P><CODE><B>set/wx</B> Allow WX messages to be seen at your console</CODE>
-<P>
-<P>Allow WX information to be seen at your console.  You can switch off
-WX messages with the <EM>unset/wx</EM> command.
-<P>
-<H2><A NAME="ss11.100">11.100 show/baddx (1)</A>
+<P><CODE><B>show/badword</B> Show all the bad words in the system</CODE></P>
+
+<P>Display all the bad words in the system, see SET/BADWORD
+for more information.</P>
+
+<H2><A NAME="ss11.121">11.121</A> <A HREF="adminmanual.html#toc11.121">show/configuration (0)</A>
 </H2>
 
-<P><CODE><B>show/baddx</B>Show all the bad dx calls in the system</CODE>
-<P>
-<P>Display all the bad dx callsigns in the system, see SET/BADDX
-for more information.
-<P>
-<H2><A NAME="ss11.101">11.101 show/badnode (6)</A>
+<P><CODE><B>show/configuration [&lt;node&gt;]</B> Show all visible nodes and their users</CODE></P>
+
+<P>This command allows you to see all the users that can be seen
+and the nodes to which they are connected.  With the optional <EM>node</EM>,
+you can specify a particular node to look at.</P>
+<P>This command is normally abbreviated to: sh/c</P>
+<P>BE WARNED: the list that is returned can be VERY long</P>
+
+<H2><A NAME="ss11.122">11.122</A> <A HREF="adminmanual.html#toc11.122">show/configuration/node (0)</A>
 </H2>
 
-<P><CODE><B>show/badnode</B> Show all the bad nodes in the system</CODE>
-<P>
-<P>Display all the bad node callsigns in the system, see SET/BADNODE
-for more information.
-<P>
-<H2><A NAME="ss11.102">11.102 show/badspotter (1)</A>
+<P><CODE><B>show/configuration/node</B> Show all the nodes connected</CODE></P>
+
+<P>Show all the nodes connected locally and the nodes they have connected.</P>
+
+<H2><A NAME="ss11.123">11.123</A> <A HREF="adminmanual.html#toc11.123">show/connect (1)</A>
 </H2>
 
-<P><CODE><B>show/badspotter</B>Show all the bad spotters in the system</CODE>
-<P>
-<P>Display all the bad spotter's callsigns in the system, see SET/BADSPOTTER
-for more information.
-<P>
-<H2><A NAME="ss11.103">11.103 show/date (0)</A>
+<P><CODE><B>show/connect</B> Show all the active connections</CODE></P>
+
+<P>This command shows information on all the active connections known to
+the node. This command gives slightly more information than WHO.</P>
+
+<H2><A NAME="ss11.124">11.124</A> <A HREF="adminmanual.html#toc11.124">show/date (0)</A>
 </H2>
 
 <P><CODE><B>show/date [&lt;prefix&gt;|&lt;callsign&gt;]</B> Show
-the local time</CODE>
-<P>
+the local time</CODE></P>
+
 <P>This is very nearly the same as SHOW/TIME, the only difference the format
-of the date string if no arguments are given.
+of the date string if no arguments are given.</P>
 <P>If no prefixes or callsigns are given then this command returns the local
 time and UTC as the computer has it right now. If you give some prefixes
 then it will show UTC and UTC + the local offset (not including DST) at
-the prefixes or callsigns that you specify.
-<P>
-<H2><A NAME="ss11.104">11.104 show/dx (0)</A>
+the prefixes or callsigns that you specify.</P>
+
+<H2><A NAME="ss11.125">11.125</A> <A HREF="adminmanual.html#toc11.125">show/debug (9)</A>
 </H2>
 
-<P><CODE><B>show/dx [options]</B> interrogate the spot database</CODE>
-<P>
+<P><CODE><B>show/debug</B> Show what levels of debug you are logging</CODE></P>
+
+<P>The levels can be set with <EM>set/debug</EM></P>
+
+<H2><A NAME="ss11.126">11.126</A> <A HREF="adminmanual.html#toc11.126">show/dx (0)</A>
+</H2>
+
+<P><CODE><B>show/dx [options]</B> interrogate the spot database</CODE></P>
+
 <P>If you just type SHOW/DX you will get the last so many spots
-(sysop configurable, but usually 10).
+(sysop configurable, but usually 10).</P>
 <P>In addition you can add any number of these options in very nearly
-any order to the basic SHOW/DX command, they are:-
+any order to the basic SHOW/DX command, they are:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
    
 on &lt;band&gt;       - eg 160m 20m 2m 23cm 6mm
@@ -1550,8 +2161,11 @@ iota [&lt;iota&gt;]   - If the iota island number is missing it will
 qra [&lt;locator&gt;] - this will look for the specific locator if 
                   you specify one or else anything that looks like a locator.
 </PRE>
-<P>e.g. 
+</CODE></BLOCKQUOTE>
+</P>
+<P>e.g. </P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
    
    SH/DX 9m0
@@ -1562,150 +2176,199 @@ qra [&lt;locator&gt;] - this will look for the specific locator if
    SH/DX iota eu-064
    SH/DX qra jn86
 </PRE>
-<P>
-<H2><A NAME="ss11.105">11.105 show/dxcc (0)</A>
+</CODE></BLOCKQUOTE>
+</P>
+
+<H2><A NAME="ss11.127">11.127</A> <A HREF="adminmanual.html#toc11.127">show/dxcc (0)</A>
 </H2>
 
-<P><CODE><B>show/dxcc &lt;prefix&gt;</B> Interrogate the spot database by country</CODE>
-<P>
+<P><CODE><B>show/dxcc &lt;prefix&gt;</B> Interrogate the spot database by country</CODE></P>
+
 <P>This command takes the &lt;prefix&gt; (which can be a full or partial 
 callsign if desired), looks up which internal country number it is
-and then displays all the spots as per SH/DX for that country.
+and then displays all the spots as per SH/DX for that country.</P>
 <P>The options for SHOW/DX also apply to this command.   
-e.g. 
+e.g. </P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
    
    SH/DXCC G
    SH/DXCC W on 20m info iota
 </PRE>
-<P>
-<H2><A NAME="ss11.106">11.106 show/files (0)</A>
+</CODE></BLOCKQUOTE>
+</P>
+
+<H2><A NAME="ss11.128">11.128</A> <A HREF="adminmanual.html#toc11.128">sh/dxstats (0)</A>
+</H2>
+
+<P><CODE><B>sh/dxstats</B> Show the DX Statistics for last 31 days</CODE></P>
+
+<P>Show the total DX spots for the last 31 days</P>
+
+
+<H2><A NAME="ss11.129">11.129</A> <A HREF="adminmanual.html#toc11.129">show/files (0)</A>
 </H2>
 
 <P><CODE><B>show/files [&lt;filearea&gt; [&lt;string&gt;]]</B> List
-the contents of a filearea</CODE>
-<P>
+the contents of a filearea</CODE></P>
+
 <P>SHOW/FILES on its own will show you a list of the various fileareas
 available on the system. To see the contents of a particular file
-area type:-
+area type:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
    SH/FILES &lt;filearea&gt;
 </PRE>
+</CODE></BLOCKQUOTE>
+</P>
 <P>where &lt;filearea&gt; is the name of the filearea you want to see the 
-contents of.
+contents of.</P>
 <P>You can also use shell globbing characters like '*' and '?' in a
-string to see a selection of files in a filearea eg:-
+string to see a selection of files in a filearea eg:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
    SH/FILES bulletins arld*
 </PRE>
-<P>See also TYPE - to see the contents of a file.
-<P>
-<H2><A NAME="ss11.107">11.107 show/filter (0)</A>
+</CODE></BLOCKQUOTE>
+</P>
+<P>See also TYPE - to see the contents of a file.</P>
+
+<H2><A NAME="ss11.130">11.130</A> <A HREF="adminmanual.html#toc11.130">show/filter (0)</A>
 </H2>
 
-<P><CODE><B>show/filter</B> Show the filters you have set</CODE>
-<P>
+<P><CODE><B>show/filter</B> Show the filters you have set</CODE></P>
+
 <P>Show the contents of all the filters that are set by you. This command 
-displays all the filters set - for all the various categories.
-<P>
-<H2><A NAME="ss11.108">11.108 show/filter (extended for sysops) (5)</A>
+displays all the filters set - for all the various categories.</P>
+
+<H2><A NAME="ss11.131">11.131</A> <A HREF="adminmanual.html#toc11.131">show/filter (extended for sysops) (5)</A>
 </H2>
 
-<P><CODE><B>show/filter &lt;callsign&gt;</B> Show the filters set by &lt;callsign&gt;</CODE>
-<P>
-<P>A sysop can look at any filters that have been set.
-<P>
-<H2><A NAME="ss11.109">11.109 show/hops (8)</A>
+<P><CODE><B>show/filter &lt;callsign&gt;</B> Show the filters set by &lt;callsign&gt;</CODE></P>
+
+<P>A sysop can look at any filters that have been set.</P>
+
+<H2><A NAME="ss11.132">11.132</A> <A HREF="adminmanual.html#toc11.132">show/hfstats (0)</A>
 </H2>
 
-<P><CODE><B>show/hops &lt;node_call&gt; [ann|spots|wcy|wwv|]</B> Show the hop counts for a node</CODE>
-<P>
+<P><CODE><B>show/hfstats</B> Show the HF DX Statistics for last 31 days</CODE></P>
+
+<P>Show the HF DX spots breakdown by band for the last 31 days</P>
+
+<H2><A NAME="ss11.133">11.133</A> <A HREF="adminmanual.html#toc11.133">show/hftable (0)</A>
+</H2>
+
+<P><CODE><B>show/hftable</B> Show the HF DX Spotter Table for your country</CODE></P>
+
+<P>Show the HF DX Spotter table for your country for the last 31 days</P>
+
+<H2><A NAME="ss11.134">11.134</A> <A HREF="adminmanual.html#toc11.134">show/hops (8)</A>
+</H2>
+
+<P><CODE><B>show/hops &lt;node_call&gt; [ann|spots|wcy|wwv|]</B> Show the hop counts for a node</CODE></P>
+
 <P>This command shows the hop counts set up for a node. You can specify
 which category you want to see. If you leave the category out then 
-all the categories will be listed.
-<P>
-<H2><A NAME="ss11.110">11.110 show/isolate (1)</A>
+all the categories will be listed.</P>
+
+<H2><A NAME="ss11.135">11.135</A> <A HREF="adminmanual.html#toc11.135">show/isolate (1)</A>
 </H2>
 
-<P><CODE><B>show/isolate</B> Show a list of isolated nodes</CODE>
-<P>
-<P>Show which nodes are currently set to be isolated.
-<P>
-<H2><A NAME="ss11.111">11.111 show/lockout (9)</A>
+<P><CODE><B>show/isolate</B> Show a list of isolated nodes</CODE></P>
+
+<P>Show which nodes are currently set to be isolated.</P>
+
+<H2><A NAME="ss11.136">11.136</A> <A HREF="adminmanual.html#toc11.136">show/lockout (9)</A>
 </H2>
 
-<P><CODE><B>show/lockout</B> Show a list of excluded callsigns</CODE>
-<P>
+<P><CODE><B>show/lockout</B> Show a list of excluded callsigns</CODE></P>
+
 <P>Show a list of callsigns that have been excluded (locked out) of the
-cluster locally with the <EM>set/lockout</EM> command
-<P>
-<H2><A NAME="ss11.112">11.112 show/moon (0)</A>
+cluster locally with the <EM>set/lockout</EM> command</P>
+
+<H2><A NAME="ss11.137">11.137</A> <A HREF="adminmanual.html#toc11.137">show/log (8)</A>
+</H2>
+
+<P><CODE><B>show/log [&lt;callsign&gt;]</B> Show excerpts from the system log</CODE></P>
+
+<P>This command outputs a short section of the system log.  On its own
+it will output a general logfile.  With the optional callsign it will
+show output from the log associated with that callsign.</P>
+
+<H2><A NAME="ss11.138">11.138</A> <A HREF="adminmanual.html#toc11.138">show/moon (0)</A>
 </H2>
 
 <P><CODE><B>show/moon [&lt;prefix&gt;|&lt;callsign&gt;]</B> Show moon
-rise and set times</CODE>
-<P>
+rise and set times</CODE></P>
+
 <P>Show the Moon rise and set times for a (list of) prefixes or callsigns, 
 together with the azimuth and elevation of the sun currently at those
-locations.
+locations.</P>
 <P>If you don't specify any prefixes or callsigns, it will show the times for
 your QTH (assuming you have set it with either SET/LOCATION or SET/QRA),
-together with the current azimuth and elevation.
+together with the current azimuth and elevation.</P>
 <P>In addition, it will show the gain or loss dB relative to the nominal 
-distance of 385,000Km due to the ellipsoidal nature of the orbit.
+distance of 385,000Km due to the ellipsoidal nature of the orbit.</P>
 <P>If all else fails it will show the Moonrise and set times for the node
-that you are connected to. 
-<P>For example:-
+that you are connected to. </P>
+<P>For example:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   SH/MOON
   SH/MOON G1TLH W5UN
 </PRE>
-<P>
-<H2><A NAME="ss11.113">11.113 show/muf (0)</A>
+</CODE></BLOCKQUOTE>
+</P>
+
+<H2><A NAME="ss11.139">11.139</A> <A HREF="adminmanual.html#toc11.139">show/muf (0)</A>
 </H2>
 
 <P><CODE><B>show/muf &lt;prefix&gt; [&lt;hours&gt;][long]</B> Show
-the likely propagation to &lt;prefix&gt;</CODE>
-<P>
+the likely propagation to &lt;prefix&gt;</CODE></P>
+
 <P>This command allow you to estimate the likelihood of you contacting
 a station with the prefix you have specified. The output assumes a modest
-power of 20dBW and receiver sensitivity of -123dBm (about 0.15muV/10dB SINAD)
+power of 20dBW and receiver sensitivity of -123dBm (about 0.15muV/10dB SINAD)</P>
 <P>The result predicts the most likely operating frequencies and signal
 levels for high frequency (shortwave) radio propagation paths on
 specified days of the year and hours of the day. It is most useful for
 paths between 250 km and 6000 km, but can be used with reduced accuracy
-for paths shorter or longer than this.
+for paths shorter or longer than this.</P>
 <P>The command uses a routine MINIMUF 3.5 developed by the U.S. Navy and
 used to predict the MUF given the predicted flux, day of the year,
 hour of the day and geographic coordinates of the transmitter and
 receiver. This routine is reasonably accurate for the purposes here,
 with a claimed RMS error of 3.8 MHz, but much smaller and less complex
 than the programs used by major shortwave broadcasting organizations,
-such as the Voice of America.
+such as the Voice of America.</P>
 <P>The command will display some header information detailing its
 assumptions, together with the locations, latitude and longitudes and
 bearings. It will then show UTC (UT), local time at the other end
 (LT), calculate the MUFs, Sun zenith angle at the midpoint of the path
 (Zen) and the likely signal strengths. Then for each frequency for which
-the system thinks there is a likelihood of a circuit it prints a value.
+the system thinks there is a likelihood of a circuit it prints a value.</P>
 <P>The value is currently a likely S meter reading based on the conventional
 6dB / S point scale. If the value has a '+' appended it means that it is
 1/2 an S point stronger. If the value is preceeded by an 'm' it means that
 there is likely to be much fading and by an 's' that the signal is likely
-to be noisy.  
+to be noisy.  </P>
 <P>By default SHOW/MUF will show the next two hours worth of data. You
 can specify anything up to 24 hours worth of data by appending the no of
-hours required after the prefix. For example:-
+hours required after the prefix. For example:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   SH/MUF W
 </PRE>
-<P>produces:
+</CODE></BLOCKQUOTE>
+</P>
+<P>produces:</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   RxSens: -123 dBM SFI: 159   R: 193   Month: 10   Day: 21
   Power :   20 dBW    Distance:  6283 km    Delay: 22.4 ms
@@ -1716,337 +2379,428 @@ hours required after the prefix. For example:-
   18 23 11.5 -35  mS0+ mS2   S3
   19  0 11.2 -41  mS0+ mS2   S3
 </PRE>
+</CODE></BLOCKQUOTE>
+</P>
 <P>indicating that you will have weak, fading circuits on top band and 
-80m but usable signals on 40m (about S3).
-<P>inputing:-
+80m but usable signals on 40m (about S3).</P>
+<P>inputting:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   SH/MUF W 24
 </PRE>
+</CODE></BLOCKQUOTE>
+</P>
 <P>will get you the above display, but with the next 24 hours worth of
-propagation data.
+propagation data.</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   SH/MUF W L 24
   SH/MUF W 24 Long
 </PRE>
+</CODE></BLOCKQUOTE>
+</P>
 <P>Gives you an estimate of the long path propagation characterics. It
 should be noted that the figures will probably not be very useful, nor
-terrible accurate, but it is included for completeness.
-<P>
-<H2><A NAME="ss11.114">11.114 show/node (1)</A>
+terrible accurate, but it is included for completeness.</P>
+
+<H2><A NAME="ss11.140">11.140</A> <A HREF="adminmanual.html#toc11.140">show/newconfiguration (0)</A>
+</H2>
+
+<P><CODE><B>show/newconfiguration [&lt;node&gt;]</B> Show all the nodes and users visible</CODE></P>
+
+<P>This command allows you to see all the users that can be seen
+and the nodes to which they are connected. </P>
+<P>This command produces essentially the same information as 
+SHOW/CONFIGURATION except that it shows all the duplication of
+any routes that might be present It also uses a different format
+which may not take up quite as much space if you don't have any
+loops.</P>
+<P>BE WARNED: the list that is returned can be VERY long</P>
+
+<H2><A NAME="ss11.141">11.141</A> <A HREF="adminmanual.html#toc11.141">show/newconfiguration/node (0)</A>
+</H2>
+
+<P><CODE><B>show/newconfiguration/node</B> Show all the nodes connected locally</CODE></P>
+
+<P>Show all the nodes connected to this node in the new format.</P>
+
+<H2><A NAME="ss11.142">11.142</A> <A HREF="adminmanual.html#toc11.142">show/node (1)</A>
 </H2>
 
 <P><CODE><B>show/node [&lt;node_call&gt; ...]</B> Show the type and version
-number of nodes</CODE>
-<P>
+number of nodes</CODE></P>
+
 <P>Show the type and version (if connected) of the nodes specified on the
 command line. If no callsigns are specified then a sorted list of all
-the non-user callsigns known to the system will be displayed.
-<P>
-<H2><A NAME="ss11.115">11.115 show/prefix (0)</A>
+the non-user callsigns known to the system will be displayed.</P>
+
+<H2><A NAME="ss11.143">11.143</A> <A HREF="adminmanual.html#toc11.143">show/prefix (0)</A>
 </H2>
 
-<P><CODE><B>show/prefix &lt;callsign&gt;</B> Interrogate the prefix database</CODE>
-<P>
+<P><CODE><B>show/prefix &lt;callsign&gt;</B> Interrogate the prefix database</CODE></P>
+
 <P>This command takes the &lt;callsign&gt; (which can be a full or partial 
 callsign or a prefix), looks up which internal country number 
 it is and then displays all the relevant prefixes for that country
-together with the internal country no, the CQ and ITU regions. 
-<P>See also SHOW/DXCC
-<P>
-<P>
-<H2><A NAME="ss11.116">11.116 show/program (5)</A>
+together with the internal country no, the CQ and ITU regions. </P>
+<P>See also SHOW/DXCC</P>
+
+
+<H2><A NAME="ss11.144">11.144</A> <A HREF="adminmanual.html#toc11.144">show/program (5)</A>
 </H2>
 
-<P><CODE><B>show/program</B> Show the locations of all the included program modules</CODE>
-<P>
+<P><CODE><B>show/program</B> Show the locations of all the included program modules</CODE></P>
+
 <P>Show the name and location where every program module was load from. This
-is useful for checking where you think you have loaded a .pm file from.
-<P>
-<H2><A NAME="ss11.117">11.117 show/qra (0)</A>
+is useful for checking where you think you have loaded a .pm file from.</P>
+
+<H2><A NAME="ss11.145">11.145</A> <A HREF="adminmanual.html#toc11.145">show/qra (0)</A>
 </H2>
 
 <P><CODE><B>show/qra &lt;locator&gt; [&lt;locator&gt;]</B> Show the distance
 between locators<BR>
-<B>show/qra &lt;lat&gt; &lt;long&gt;</B> Convert latitude and longitude to a locator</CODE>
-<P>
+<B>show/qra &lt;lat&gt; &lt;long&gt;</B> Convert latitude and longitude to a locator</CODE></P>
+
 <P>This is a multipurpose command that allows you either to calculate the
 distance and bearing between two locators or (if only one locator is
 given on the command line) the distance and beraing from your station
-to the locator. For example:-
+to the locator. For example:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
 SH/QRA IO92QL 
 SH/QRA JN06 IN73
 </PRE>
+</CODE></BLOCKQUOTE>
+</P>
 <P>The first example will show the distance and bearing to the locator from
 yourself, the second example will calculate the distance and bearing from
-the first locator to the second. You can use 4 or 6 character locators.
+the first locator to the second. You can use 4 or 6 character locators.</P>
 <P>It is also possible to convert a latitude and longitude to a locator by 
 using this command with a latitude and longitude as an argument, for
-example:-
+example:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
 SH/QRA 52 41 N 0 58 E
 </PRE>
-<P>
-<H2><A NAME="ss11.118">11.118 show/qrz (0)</A>
+</CODE></BLOCKQUOTE>
+</P>
+
+<H2><A NAME="ss11.146">11.146</A> <A HREF="adminmanual.html#toc11.146">show/qrz (0)</A>
 </H2>
 
-<P><CODE><B>show/qrz &lt;callsign&gt;</B> Show any callbook details on a callsign</CODE>
-<P>
+<P><CODE><B>show/qrz &lt;callsign&gt;</B> Show any callbook details on a callsign</CODE></P>
+
 <P>This command queries the QRZ callbook server on the internet
 and returns any information available for that callsign. This service
-is provided for users of this software by http://www.qrz.com 
-<P>
-<H2><A NAME="ss11.119">11.119 show/route (0)</A>
+is provided for users of this software by http://www.qrz.com </P>
+
+<H2><A NAME="ss11.147">11.147</A> <A HREF="adminmanual.html#toc11.147">show/registered (9)</A>
 </H2>
 
-<P><CODE><B>show/route &lt;callsign&gt;</B> Show the route to &lt;callsign&gt;</CODE>
-<P>
+<P><CODE><B>show/registered [&lt;prefix&gt;[</B> Show the registered users</CODE></P>
+
+<H2><A NAME="ss11.148">11.148</A> <A HREF="adminmanual.html#toc11.148">show/route (0)</A>
+</H2>
+
+<P><CODE><B>show/route &lt;callsign&gt;</B> Show the route to &lt;callsign&gt;</CODE></P>
+
 <P>This command allows you to see to which node the callsigns specified are
-connected. It is a sort of inverse sh/config.
+connected. It is a sort of inverse sh/config.</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   sh/route n2tly
 </PRE>
-<P>
-<H2><A NAME="ss11.120">11.120 show/satellite (0)</A>
+</CODE></BLOCKQUOTE>
+</P>
+
+<H2><A NAME="ss11.149">11.149</A> <A HREF="adminmanual.html#toc11.149">show/satellite (0)</A>
 </H2>
 
 <P><CODE><B>show/satellite &lt;name&gt; [&lt;hours&gt; &lt;interval&gt;]</B>
-Show satellite tracking data</CODE>
-<P>
+Show satellite tracking data</CODE></P>
+
 <P>Show the tracking data from your location to the satellite of your choice
-from now on for the next few hours.
+from now on for the next few hours.</P>
 <P>If you use this command without a satellite name it will display a list
-of all the satellites known currently to the system. 
+of all the satellites known currently to the system. </P>
 <P>If you give a name then you can obtain tracking data of all the passes
 that start and finish 5 degrees below the horizon. As default it will
-give information for the next three hours for every five minute period.
+give information for the next three hours for every five minute period.</P>
 <P>You can alter the number of hours and the step size, within certain 
-limits. 
-<P>Each pass in a period is separated with a row of '-----' characters
-<P>So for example:-
+limits. </P>
+<P>Each pass in a period is separated with a row of '-----' characters</P>
+<P>So for example:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
 SH/SAT AO-10 
 SH/SAT FENGYUN1 12 2
 </PRE>
-<P>
-<H2><A NAME="ss11.121">11.121 show/sun (0)</A>
+</CODE></BLOCKQUOTE>
+</P>
+
+<H2><A NAME="ss11.150">11.150</A> <A HREF="adminmanual.html#toc11.150">show/sun (0)</A>
 </H2>
 
 <P><CODE><B>show/sun [&lt;prefix&gt;|&lt;callsign&gt;]</B> Show
-sun rise and set times</CODE>
-<P>
+sun rise and set times</CODE></P>
+
 <P>Show the sun rise and set times for a (list of) prefixes or callsigns, 
 together with the azimuth and elevation of the sun currently at those
-locations.
+locations.</P>
 <P>If you don't specify any prefixes or callsigns, it will show the times for
 your QTH (assuming you have set it with either SET/LOCATION or SET/QRA),
-together with the current azimuth and elevation.
+together with the current azimuth and elevation.</P>
 <P>If all else fails it will show the sunrise and set times for the node
-that you are connected to. 
-<P>For example:-
+that you are connected to. </P>
+<P>For example:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   SH/SUN
   SH/SUN G1TLH K9CW ZS
 </PRE>
-<P>
-<H2><A NAME="ss11.122">11.122 show/time (0)</A>
+</CODE></BLOCKQUOTE>
+</P>
+
+<H2><A NAME="ss11.151">11.151</A> <A HREF="adminmanual.html#toc11.151">show/time (0)</A>
 </H2>
 
 <P><CODE><B>show/time [&lt;prefix&gt;|&lt;callsign&gt;]</B> Show
-the local time</CODE>
-<P>
+the local time</CODE></P>
+
 <P>If no prefixes or callsigns are given then this command returns the local
 time and UTC as the computer has it right now. If you give some prefixes
 then it will show UTC and UTC + the local offset (not including DST) at
-the prefixes or callsigns that you specify.
-<P>
-<H2><A NAME="ss11.123">11.123 show/wcy (0)</A>
+the prefixes or callsigns that you specify.</P>
+
+<H2><A NAME="ss11.152">11.152</A> <A HREF="adminmanual.html#toc11.152">show/vhfstats (0)</A>
+</H2>
+
+<P><CODE><B>show/vhfstats</B> Show the VHF DX Statistics for last 31 days</CODE></P>
+
+<P>Show the VHF DX spots breakdown by band for the last 31 days</P>
+
+<H2><A NAME="ss11.153">11.153</A> <A HREF="adminmanual.html#toc11.153">show/vhftable (0)</A>
+</H2>
+
+<P><CODE><B>show/vhftable</B> Show the VHF DX Spotter Table for your country</CODE></P>
+
+<P>Show the VHF DX Spotter table for your country for the last 31 days</P>
+
+<H2><A NAME="ss11.154">11.154</A> <A HREF="adminmanual.html#toc11.154">show/wcy (0)</A>
 </H2>
 
 <P><CODE><B>show/wcy</B> Show the last 10 WCY broadcasts<BR>
-<B>show/wcy &lt;n&gt;</B> Show the last &lt;n&gt; WCY broadcasts</CODE>
-<P>
-<P>Display the most recent WCY information that has been received by the system
-<P>
-<H2><A NAME="ss11.124">11.124 show/wwv (0)</A>
+<B>show/wcy &lt;n&gt;</B> Show the last &lt;n&gt; WCY broadcasts</CODE></P>
+
+<P>Display the most recent WCY information that has been received by the system</P>
+
+<H2><A NAME="ss11.155">11.155</A> <A HREF="adminmanual.html#toc11.155">show/wwv (0)</A>
 </H2>
 
 <P><CODE><B>show/wwv</B> Show the last 10 WWV broadcasts<BR>
-<B>show/wwv &lt;n&gt;</B> Show the last &lt;n&gt; WWV broadcasts</CODE>
-<P>
-<P>Display the most recent WWV information that has been received by the system
-<P>
-<P>
-<H2><A NAME="ss11.125">11.125 shutdown (5)</A>
+<B>show/wwv &lt;n&gt;</B> Show the last &lt;n&gt; WWV broadcasts</CODE></P>
+
+<P>Display the most recent WWV information that has been received by the system</P>
+
+
+<H2><A NAME="ss11.156">11.156</A> <A HREF="adminmanual.html#toc11.156">shutdown (5)</A>
 </H2>
 
-<P><CODE><B>shutdown</B> Shutdown the cluster</CODE>
-<P>
+<P><CODE><B>shutdown</B> Shutdown the cluster</CODE></P>
+
 <P>Shutdown the cluster and disconnect all the users.  If you have Spider
-set to respawn in /etc/inittab it will of course restart.
-<P>
-<H2><A NAME="ss11.126">11.126 spoof (9)</A>
+set to respawn in /etc/inittab it will of course restart.</P>
+
+<H2><A NAME="ss11.157">11.157</A> <A HREF="adminmanual.html#toc11.157">spoof (9)</A>
 </H2>
 
-<P><CODE><B>spoof &lt;callsign&gt; &lt;command&gt;</B> Run commands as another user</CODE>
-<P>
+<P><CODE><B>spoof &lt;callsign&gt; &lt;command&gt;</B> Run commands as another user</CODE></P>
+
 <P>This is a very simple yet powerful command for the sysop.  It allows you to
 issue commands as if you were a different user.  This is very useful for the
 kind of things that users seem to always get wrong.. like home_node for
-example.
-<P>
-<H2><A NAME="ss11.127">11.127 stat/db (5)</A>
+example.</P>
+
+<H2><A NAME="ss11.158">11.158</A> <A HREF="adminmanual.html#toc11.158">stat/db (5)</A>
 </H2>
 
-<P><CODE><B>stat/db &lt;dbname&gt;</B> Show the status of a database</CODE>
-<P>
-<P>Show the internal status of a database descriptor.
+<P><CODE><B>stat/db &lt;dbname&gt;</B> Show the status of a database</CODE></P>
+
+<P>Show the internal status of a database descriptor.</P>
 <P>Depending on your privilege level you will see more or less information. 
-This command is unlikely to be of much use to anyone other than a sysop.
-<P>
-<H2><A NAME="ss11.128">11.128 stat/channel (5)</A>
+This command is unlikely to be of much use to anyone other than a sysop.</P>
+
+<H2><A NAME="ss11.159">11.159</A> <A HREF="adminmanual.html#toc11.159">stat/channel (5)</A>
 </H2>
 
-<P><CODE><B>stat/channel &lt;callsign&gt;</B> Show the status of a channel on the cluster</CODE>
-<P>
+<P><CODE><B>stat/channel &lt;callsign&gt;</B> Show the status of a channel on the cluster</CODE></P>
+
 <P>Show the internal status of the channel object either for the channel that 
-you are on or else for the callsign that you asked for.
-<P>Only the fields that are defined (in perl term) will be displayed.
-<P>
-<H2><A NAME="ss11.129">11.129 stat/msg (5)</A>
+you are on or else for the callsign that you asked for.</P>
+<P>Only the fields that are defined (in perl term) will be displayed.</P>
+
+<H2><A NAME="ss11.160">11.160</A> <A HREF="adminmanual.html#toc11.160">stat/msg (5)</A>
 </H2>
 
-<P><CODE><B>stat/msg &lt;msgno&gt;</B> Show the status of a message</CODE>
-<P>
+<P><CODE><B>stat/msg &lt;msgno&gt;</B> Show the status of a message</CODE></P>
+
 <P>This command shows the internal status of a message and includes information
-such as to whom it has been forwarded, its size, origin etc etc.
-<P>
-<H2><A NAME="ss11.130">11.130 stat/user (5)</A>
+such as to whom it has been forwarded, its size, origin etc etc.</P>
+
+<P>If no message number is given then the status of the message system is 
+displayed.</P>
+
+<H2><A NAME="ss11.161">11.161</A> <A HREF="adminmanual.html#toc11.161">stat/route_node (5)</A>
 </H2>
 
-<P><CODE><B>stat/user &lt;callsign&gt;</B> Show the full status of a user</CODE>
-<P>
+<P><CODE><B>stat/route_node &lt;callsign&gt;</B> Show the data in a Route::Node object</CODE></P>
+
+<H2><A NAME="ss11.162">11.162</A> <A HREF="adminmanual.html#toc11.162">stat/route_user (5)</A>
+</H2>
+
+<P><CODE><B>stat/route_user &lt;callsign&gt;</B> Show the data in a Route::User object</CODE></P>
+
+<H2><A NAME="ss11.163">11.163</A> <A HREF="adminmanual.html#toc11.163">stat/user (5)</A>
+</H2>
+
+<P><CODE><B>stat/user &lt;callsign&gt;</B> Show the full status of a user</CODE></P>
+
 <P>Shows the full contents of a user record including all the secret flags
-and stuff.
-<P>Only the fields that are defined (in perl term) will be displayed.
-<P>
-<H2><A NAME="ss11.131">11.131 sysop (0)</A>
+and stuff.</P>
+<P>Only the fields that are defined (in perl term) will be displayed.</P>
+
+<H2><A NAME="ss11.164">11.164</A> <A HREF="adminmanual.html#toc11.164">sysop (0)</A>
 </H2>
 
-<P><CODE><B>sysop</B> Regain your privileges if you login remotely</CODE>
-<P>
+<P><CODE><B>sysop</B> Regain your privileges if you login remotely</CODE></P>
+
 <P>The system automatically reduces your privilege level to that of a
 normal user if you login in remotely. This command allows you to
 regain your normal privilege level. It uses the normal system: five
 numbers are returned that are indexes into the character array that is
 your assigned password (see SET/PASSWORD). The indexes start from
-zero.
+zero.</P>
 <P>You are expected to return a string which contains the characters
 required in the correct order. You may intersperse those characters
 with others to obscure your reply for any watchers. For example (and
-these values are for explanation :-):
+these values are for explanation :-):</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
   password = 012345678901234567890123456789
   > sysop
   22 10 15 17 3
 </PRE>
-<P>you type:-
+</CODE></BLOCKQUOTE>
+</P>
+<P>you type:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
  aa2bbbb0ccc5ddd7xxx3n
  or 2 0 5 7 3
  or 20573
 </PRE>
+</CODE></BLOCKQUOTE>
+</P>
 <P>They will all match. If there is no password you will still be offered
 numbers but nothing will happen when you input a string. Any match is
-case sensitive.
-<P>
-<H2><A NAME="ss11.132">11.132 talk (0)</A>
+case sensitive.</P>
+
+<H2><A NAME="ss11.165">11.165</A> <A HREF="adminmanual.html#toc11.165">talk (0)</A>
 </H2>
 
 <P><CODE><B>talk &lt;callsign&gt;</B> Enter talk mode with &lt;callsign&gt;<BR>
 <B>talk &lt;callsign&gt; &lt;text&gt;</B> Send a text message to &lt;callsign&gt;<BR>
 <B>talk &lt;callsign&gt; &gt; &lt;node_call&gt; [&lt;text&gt;]</B>
-Send a text message to &lt;callsign&gt; via &lt;node_call&gt;</CODE>
-<P>
+Send a text message to &lt;callsign&gt; via &lt;node_call&gt;</CODE></P>
+
 <P>Send a short message to any other station that is visible on the cluster
 system. You can send it to anyone you can see with a SHOW/CONFIGURATION 
-command, they don't have to be connected locally.
+command, they don't have to be connected locally.</P>
 <P>The second form of TALK is used when other cluster nodes are connected
 with restricted information. This usually means that they don't send 
-the user information usually associated with logging on and off the cluster.
+the user information usually associated with logging on and off the cluster.</P>
 <P>If you know that G3JNB is likely to be present on GB7TLH, but you can only
 see GB7TLH in the SH/C list but with no users, then you would use the
-second form of the talk message.
+second form of the talk message.</P>
 <P>If you want to have a ragchew with someone you can leave the text message
 out and the system will go into 'Talk' mode. What this means is that a
 short message is sent to the recipient telling them that you are in a 'Talking' 
 frame of mind and then you just type - everything you send will go to the 
-station that you asked for. 
+station that you asked for. </P>
 <P>All the usual announcements, spots and so on will still come out on your
-terminal.
+terminal.</P>
 <P>If you want to do something (such as send a spot) you precede the normal 
-command with a '/' character, eg:-
+command with a '/' character, eg:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
    /DX 14001 G1TLH What's a B class licensee doing on 20m CW?
    /HELP talk
 </PRE>
-<P>To leave talk mode type:
+</CODE></BLOCKQUOTE>
+</P>
+<P>To leave talk mode type:</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
    /EX
 </PRE>
-<P>
-<H2><A NAME="ss11.133">11.133 type (0)</A>
+</CODE></BLOCKQUOTE>
+</P>
+
+<H2><A NAME="ss11.166">11.166</A> <A HREF="adminmanual.html#toc11.166">type (0)</A>
 </H2>
 
-<P><CODE><B>type &lt;filearea&gt;/&lt;name&gt;</B> Look at a file in one of the fileareas</CODE>
-<P>
+<P><CODE><B>type &lt;filearea&gt;/&lt;name&gt;</B> Look at a file in one of the fileareas</CODE></P>
+
 <P>Type out the contents of a file in a filearea. So, for example, in 
 filearea 'bulletins' you want to look at file 'arld051' you would 
-enter:-
+enter:-</P>
 <P>
+<BLOCKQUOTE><CODE>
 <PRE>
    TYPE bulletins/arld051
 </PRE>
+</CODE></BLOCKQUOTE>
+</P>
 <P>See also SHOW/FILES to see what fileareas are available and a 
-list of content.
-<P>
-<H2><A NAME="ss11.134">11.134 who (0)</A>
+list of content.</P>
+
+<H2><A NAME="ss11.167">11.167</A> <A HREF="adminmanual.html#toc11.167">who (0)</A>
 </H2>
 
-<P><CODE><B>who</B> Show who is physically connected locally</CODE>
-<P>
+<P><CODE><B>who</B> Show who is physically connected locally</CODE></P>
+
 <P>This is a quick listing that shows which callsigns are connected and
-what sort of connection they have
-<P>
-<H2><A NAME="ss11.135">11.135 wx (0)</A>
+what sort of connection they have</P>
+
+<H2><A NAME="ss11.168">11.168</A> <A HREF="adminmanual.html#toc11.168">wx (0)</A>
 </H2>
 
 <P><CODE><B>wx &lt;text&gt;</B> Send a weather message to local users<BR>
-<B>wx full &lt;text&gt; </B> Send a weather message to all cluster users</CODE>
-<P>
+<B>wx full &lt;text&gt; </B> Send a weather message to all cluster users</CODE></P>
+
 <P>Weather messages can sometimes be useful if you are experiencing an extreme
-that may indicate enhanced conditions
-<P>
-<H2><A NAME="ss11.136">11.136 wx (enhanced for sysops) (5)</A>
+that may indicate enhanced conditions</P>
+
+<H2><A NAME="ss11.169">11.169</A> <A HREF="adminmanual.html#toc11.169">wx (enhanced for sysops) (5)</A>
 </H2>
 
-<P><CODE><B>wx sysop &lt;text&gt;</B> Send a weather message to other clusters only</CODE>
-<P>
-<P>Send a weather message only to other cluster nodes and not to general users.
-<P>
-<P>
-<P>
+<P><CODE><B>wx sysop &lt;text&gt;</B> Send a weather message to other clusters only</CODE></P>
+
+<P>Send a weather message only to other cluster nodes and not to general users.</P>
+
+
+
 <HR>
 Next
 <A HREF="adminmanual-10.html">Previous</A>