1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

global-functions: update comment in $SendNotification

This commit is contained in:
Christian Hesse
2018-12-28 19:37:32 +01:00
parent ac2e6cfc61
commit ea55464434

View File

@@ -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 ];