Mercurial > prosody-modules
view mod_compliance_latest/mod_compliance_latest.lua @ 6195:dfdf0bf1e84f
mod_invites_page: Remove compatibility with 0.11
| author | Link Mauve <linkmauve@linkmauve.fr> |
|---|---|
| date | Wed, 09 Apr 2025 19:05:14 +0200 |
| parents | c0cb43817b7c |
| children | 5c24fd7211c3 |
line wrap: on
line source
local success, err = pcall(function() module:depends("compliance_2023") end) if not success then module:log_status( "error", "Error, can't load module: mod_compliance_2023. Is this module downloaded into a folder readable by prosody?" ) return false end
