diff options
author | Christian Hesse <mail@eworm.de> | 2024-03-28 21:29:27 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-04-01 22:45:35 +0200 |
commit | c01a424f4f41997d1b8b4a45c2bb033f37470393 (patch) | |
tree | eb33dc6b1f169a3c433ecf389755c63fe187188a /global-functions.rsc | |
parent | 15ca80fbf7a066c307f5db9d0c688b9e85ed38d2 (diff) |
telegram-chat: read file content...routeros-7.13-2change-126
... instead of getting it. This lifts the size limit, though we are
still limited by Telegram message size.
This requires RouterOS 7.13.
Diffstat (limited to 'global-functions.rsc')
-rw-r--r-- | global-functions.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions.rsc b/global-functions.rsc index bd72313..b2ef3a2 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -12,7 +12,7 @@ :local ScriptName [ :jobname ]; # expected configuration version -:global ExpectedConfigVersion 125; +:global ExpectedConfigVersion 126; # global variables not to be changed by user :global GlobalFunctionsReady false; |