mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
global-functions: $SymbolForNotification: support multiple symbols...
... with comma-separated list.
This commit is contained in:
@@ -874,7 +874,11 @@
|
||||
:if ($NotificationsWithSymbols != true) do={
|
||||
:return "";
|
||||
}
|
||||
:return ([ $SymbolByUnicodeName $1 ] . " ");
|
||||
:local Return "";
|
||||
:foreach Symbol in=[ :toarray $1 ] do={
|
||||
:set Return ($Return . [ $SymbolByUnicodeName $Symbol ]);
|
||||
}
|
||||
:return ($Return . " ");
|
||||
}
|
||||
|
||||
# check if system time is sync
|
||||
|
Reference in New Issue
Block a user