From ea5546443478740b89070ca38ee682ea4cd1d0f8 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 28 Dec 2018 19:37:32 +0100 Subject: global-functions: update comment in $SendNotification --- global-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-functions b/global-functions index 6cd05ea..c931a26 100644 --- a/global-functions +++ b/global-functions @@ -56,7 +56,7 @@ } # send notification via e-mail and telegram -# Note that subject and attachment are ignored for telegram! +# Note that attachment is ignored for telegram! :global SendNotification do={ :local subject [ :tostr $1 ]; :local message [ :tostr $2 ]; -- cgit v1.2.3-54-g00ecf