add sh/rcmd and sh/ann to help
authorDirk Koopman <djk@tobit.co.uk>
Thu, 8 May 2008 10:52:55 +0000 (11:52 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Thu, 8 May 2008 10:52:55 +0000 (11:52 +0100)
cmd/Commands_en.hlp
perl/Version.pm

index fd27ae402a8cabddee0015e84cb9e5a6088c03eb..c86d3119316e5d79fbbe7fbb967f215be5c7220e 100644 (file)
@@ -1868,6 +1868,9 @@ Do a STAT/USER to see which flags you have set if you are confused.
 === 0^SET/WX^Allow WX messages to come out on your terminal
 === 0^UNSET/WX^Stop WX messages coming out on your terminal
 
+=== 0^SHOW/ANNOUNCE [<n>][<from>-<to>][<call>] ...^Show log of announces
+Show announcements that have come in.
+
 === 1^SHOW/BADDX^Show all the bad dx calls in the system
 Display all the bad dx callsigns in the system, see SET/BADDX
 for more information.
@@ -2400,6 +2403,9 @@ connected. It is a sort of inverse sh/config.
 
  sh/route n2tly
 
+=== 9^SHOW/RCMD [<n>][<from>-<to>][<call>] ...^Show log of rcmds
+Show the rcmds that have come in and their replies.
+
 === 0^SHOW/SATELLITE <name> [<hours> <interval>]^Show tracking data
 Show the tracking data from your location to the satellite of your choice
 from now on for the next few hours.
index 9e7e4a4153b49769dfa02dd5ed1fe1cbf272c143..bb6d3449462ee211946e46c124eb9fbaa28c643a 100644 (file)
@@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
 
 $version = '1.55';
 $subversion = '0';
-$build = '3';
+$build = '4';
 
 1;