From 618b5fd5a16fb1943b66f8b5f9a3fdd7bd7cbba1 Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Thu, 8 May 2008 11:52:55 +0100 Subject: [PATCH] add sh/rcmd and sh/ann to help --- cmd/Commands_en.hlp | 6 ++++++ perl/Version.pm | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/cmd/Commands_en.hlp b/cmd/Commands_en.hlp index fd27ae40..c86d3119 100644 --- a/cmd/Commands_en.hlp +++ b/cmd/Commands_en.hlp @@ -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 [][-][] ...^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 [][-][] ...^Show log of rcmds +Show the rcmds that have come in and their replies. + === 0^SHOW/SATELLITE [ ]^Show tracking data Show the tracking data from your location to the satellite of your choice from now on for the next few hours. diff --git a/perl/Version.pm b/perl/Version.pm index 9e7e4a41..bb6d3449 100644 --- a/perl/Version.pm +++ b/perl/Version.pm @@ -11,6 +11,6 @@ use vars qw($version $subversion $build); $version = '1.55'; $subversion = '0'; -$build = '3'; +$build = '4'; 1; -- 2.34.1