mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-28 05:54:51 +02:00
mod/notification-matrix: $SendMatrix: set origin
This commit is contained in:
parent
012d259ca1
commit
a9b9f853ff
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@
|
||||||
:set SendMatrix do={
|
:set SendMatrix do={
|
||||||
:global SendMatrix2;
|
:global SendMatrix2;
|
||||||
|
|
||||||
$SendMatrix2 ({ subject=$1; message=$2; link=$3 });
|
$SendMatrix2 ({ origin=$0; subject=$1; message=$2; link=$3 });
|
||||||
}
|
}
|
||||||
|
|
||||||
# send notification via Matrix - expects one array argument
|
# send notification via Matrix - expects one array argument
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue