From: Dirk Koopman Date: Thu, 8 May 2008 10:52:55 +0000 (+0100) Subject: add sh/rcmd and sh/ann to help X-Git-Tag: 1.56~92 X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=618b5fd5a16fb1943b66f8b5f9a3fdd7bd7cbba1 add sh/rcmd and sh/ann to help --- 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;