diff options
author | Christian Hesse <mail@eworm.de> | 2023-04-04 19:23:39 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-04-04 19:24:32 +0200 |
commit | 61e0e052a6370bd099418554a7599848004c3459 (patch) | |
tree | e104adbd2ac7338bc24686b7415b357c3aac2cb8 | |
parent | b7cb722b5cc58c03aa2ab5fd49dd3559498e4643 (diff) |
mod/notification-telegram: link documentation
-rw-r--r-- | mod/notification-telegram.rsc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/notification-telegram.rsc b/mod/notification-telegram.rsc index c90e3f0..e59dbb2 100644 --- a/mod/notification-telegram.rsc +++ b/mod/notification-telegram.rsc @@ -2,6 +2,9 @@ # RouterOS script: mod/notification-telegram # Copyright (c) 2013-2023 Christian Hesse <mail@eworm.de> # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md +# +# send notifications via Telegram +# https://git.eworm.de/cgit/routeros-scripts/about/doc/mod/notification-telegram.md :global FlushTelegramQueue; :global NotificationFunctions; |