From 408a4acf1d0d7176df548677010d8dbfef4342c4 Mon Sep 17 00:00:00 2001 From: minima Date: Sat, 28 Oct 2000 11:17:10 +0000 Subject: [PATCH] added some help --- cmd/Commands_en.hlp | 4 ++++ cmd/show/call.pl | 2 ++ 2 files changed, 6 insertions(+) diff --git a/cmd/Commands_en.hlp b/cmd/Commands_en.hlp index 7627c52d..bb042086 100644 --- a/cmd/Commands_en.hlp +++ b/cmd/Commands_en.hlp @@ -633,6 +633,10 @@ Tell the system where you are. For example:- === 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/CALL ^Show any callbook details on a callsign +This command queries an international callbook server on the internet +and returns any information available for that callsign. + === 0^SHOW/DATE [|]^Show the local time This is very nearly the same as SHOW/TIME, the only difference the format of the date string if no arguments are given. diff --git a/cmd/show/call.pl b/cmd/show/call.pl index 92a99234..d230b626 100644 --- a/cmd/show/call.pl +++ b/cmd/show/call.pl @@ -10,6 +10,8 @@ my @list = split /\s+/, $line; # generate a list of callsigns my $l; my @out; +return (1, "SHOW/CALL , e.g. SH/CALL g1tlh") unless @list; + use Net::Telnet; my $t = new Net::Telnet; -- 2.34.1