diff options
author | Christian Hesse <mail@eworm.de> | 2023-11-08 17:29:25 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-11-09 15:34:10 +0100 |
commit | 2acc0aba7e16355faa47f036bf30c3058932c97e (patch) | |
tree | e438430c766614e6d6cf5117f3b5e0a7be01c253 /doc/mod | |
parent | 0f3746c894c643afc82f854b7ef4d80b98cbf264 (diff) |
doc/mod/notification-matrix: end all commands with a semicolon
Diffstat (limited to 'doc/mod')
-rw-r--r-- | doc/mod/notification-matrix.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mod/notification-matrix.md b/doc/mod/notification-matrix.md index e9e3174..4ae6e18 100644 --- a/doc/mod/notification-matrix.md +++ b/doc/mod/notification-matrix.md @@ -97,12 +97,12 @@ will now send it to your Matrix account. But of course you can use the function to send notifications directly. Give it a try: - $SendMatrix "Subject..." "Body..." + $SendMatrix "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: |