mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-13 19:44:28 +02:00
global-functions: update comment in $SendNotification
This commit is contained in:
parent
ac2e6cfc61
commit
ea55464434
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
# send notification via e-mail and telegram
|
# 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={
|
:global SendNotification do={
|
||||||
:local subject [ :tostr $1 ];
|
:local subject [ :tostr $1 ];
|
||||||
:local message [ :tostr $2 ];
|
:local message [ :tostr $2 ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue