telegram-chat: use short url rsc.eworm.de

This commit is contained in:
Christian Hesse 2025-01-24 20:46:12 +01:00
parent dd2854e983
commit e3ca37ad9a

View file

@ -1,12 +1,12 @@
#!rsc by RouterOS #!rsc by RouterOS
# RouterOS script: telegram-chat # RouterOS script: telegram-chat
# Copyright (c) 2023-2025 Christian Hesse <mail@eworm.de> # Copyright (c) 2023-2025 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # https://rsc.eworm.de/COPYING.md
# #
# requires RouterOS, version=7.15 # requires RouterOS, version=7.15
# #
# use Telegram to chat with your Router and send commands # use Telegram to chat with your Router and send commands
# https://git.eworm.de/cgit/routeros-scripts/about/doc/telegram-chat.md # https://rsc.eworm.de/doc/telegram-chat.md
:global GlobalFunctionsReady; :global GlobalFunctionsReady;
:while ($GlobalFunctionsReady != true) do={ :delay 500ms; } :while ($GlobalFunctionsReady != true) do={ :delay 500ms; }