diff options
author | Christian Hesse <mail@eworm.de> | 2018-12-28 19:37:32 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-12-28 22:56:29 +0100 |
commit | ea5546443478740b89070ca38ee682ea4cd1d0f8 (patch) | |
tree | b3e19d1bb56cc791faf00a026c0c8e54c0b826ae | |
parent | ac2e6cfc618fa1e955dcdd49ce1ee6a86cac5b6e (diff) |
global-functions: update comment in $SendNotification
-rw-r--r-- | global-functions | 2 |
1 files changed, 1 insertions, 1 deletions
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 ]; |