Table of Contents
mod_announce
Sometimes it is useful to send messages to all online users, maybe because of an upcoming outage or maintenance period. mod_announce allows administrators to do that.
Details
Only administrators can send announcements. To send an announcement an administrator needs to send a message to host/announce/online.
e.g. example.com/announce/online
Usage
modules_enabled = { -- Other modules "announce"; -- Enable mod_announce }
Configuration
| Option | Default | Notes |
|---|---|---|
| No options |
Example
modules_enabled = { -- Other modules "announce"; -- Enable mod_announce }
