From a598cca2da4ed77e597912f8c1a0287e6d6dbcac Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 31 Mar 2020 13:35:59 +0200 Subject: global-functions: $SendTelegram: always return a value ... overwise it opens a prompt "value:". --- global-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'global-functions') diff --git a/global-functions b/global-functions index 9655255..0692d70 100644 --- a/global-functions +++ b/global-functions @@ -591,7 +591,7 @@ } :if ([ :len $TelegramTokenId ] = 0 || [ :len $ChatId ] = 0) do={ - :return; + :return false; } $CertificateAvailable "Go Daddy Secure Certificate Authority - G2"; -- cgit v1.2.3-54-g00ecf