mod_admin_notify/README.markdown
author Kim Alvefur <zash@zash.se>
Sun, 28 Aug 2022 15:50:39 +0200
changeset 5026 97d34d520cfa
parent 4242 e97c509fdbe3
permissions -rw-r--r--
mod_watch_spam_reports: Fix traceback due to misplaced parenthesis (thanks Menel) Just like in 964de9997552

---
labels:
- 'Stage-Alpha'
summary: API to notify server admins
---

# Introduction

This module provides an API for other module developers to send
notification messages to host admins.

# Configuration

None required.

# Developers

Example:

```
local notify_admins = module:depends("admin_notify").notify;

notify("This is an important message for you, admins")
```

# Compatibility

Prosody trunk or later. Incompatible with 0.11 or lower.