aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2018-12-28 19:37:32 +0100
committerGravatar Christian Hesse <mail@eworm.de>2018-12-28 22:56:29 +0100
commitea5546443478740b89070ca38ee682ea4cd1d0f8 (patch)
treeb3e19d1bb56cc791faf00a026c0c8e54c0b826ae
parentac2e6cfc618fa1e955dcdd49ce1ee6a86cac5b6e (diff)
global-functions: update comment in $SendNotification
-rw-r--r--global-functions2
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 ];