mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
mod/notification-telegram: $SendTelegram: set origin
This commit is contained in:
parent
9e2b72ccdc
commit
9e4749a5b7
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@
|
|||
:set SendTelegram do={
|
||||
:global SendTelegram2;
|
||||
|
||||
$SendTelegram2 ({ subject=$1; message=$2; link=$3; silent=$4 });
|
||||
$SendTelegram2 ({ origin=$0; subject=$1; message=$2; link=$3; silent=$4 });
|
||||
}
|
||||
|
||||
# send notification via telegram - expects one array argument
|
||||
|
|
Loading…
Reference in a new issue