diff options
author | Christian Hesse <mail@eworm.de> | 2023-11-08 17:31:39 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-11-09 15:34:10 +0100 |
commit | 59f8f3038949a332ae28e52d8329ebe200f8ef1b (patch) | |
tree | 85b18ac26a7de131fd30e93294653424a4df873b /doc/mod | |
parent | 255fc531addffedf7f713f99526993ee94ac1869 (diff) |
doc/mod/notification-telegram: end all commands with a semicolon
Diffstat (limited to 'doc/mod')
-rw-r--r-- | doc/mod/notification-telegram.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mod/notification-telegram.md b/doc/mod/notification-telegram.md index 387d511..444938f 100644 --- a/doc/mod/notification-telegram.md +++ b/doc/mod/notification-telegram.md @@ -60,12 +60,12 @@ will now send it to your Telegram account. But of course you can use the function to send notifications directly. Give it a try: - $SendTelegram "Subject..." "Body..." + $SendTelegram "Subject..." "Body..."; Alternatively this sends a notification with all available and configured methods: - $SendNotification "Subject..." "Body..." + $SendNotification "Subject..." "Body..."; To use the functions in your own scripts you have to declare them first. Place this before you call them: |