mod_smacks_noerror/mod_smacks_noerror.lua
author Kim Alvefur <zash@zash.se>
Wed, 24 Aug 2022 16:02:00 +0200
changeset 5016 b97a2ffef87f
parent 3941 e7dc25e54d02
permissions -rw-r--r--
mod_auth_imap: Fix packaging Since this module consists of multiple files and the additional directory level, we need to tell luarocks which files correspond to what Lua modules names.

-- this module is deprecated, log an error and load the superseding modules instead
module:depends"smacks"
module:depends"nooffline_noerror"

module:log("error", "mod_smacks_noerror is deprecated! Just use mod_smacks and load mod_nooffline_noerror if you explicitly disabled offline storage (mod_offline)");