comparison plugins/mod_privacy.lua @ 8774:cac4bd0d3335

mod_privacy: Silence long line warning [luacheck]
author Kim Alvefur <zash@zash.se>
date Wed, 02 May 2018 12:39:42 +0200
parents 726b088f9408
children
comparison
equal deleted inserted replaced
8773:a785b1050644 8774:cac4bd0d3335
5 -- 5 --
6 -- This project is MIT/X11 licensed. Please see the 6 -- This project is MIT/X11 licensed. Please see the
7 -- COPYING file in the source package for more information. 7 -- COPYING file in the source package for more information.
8 -- 8 --
9 9
10 10 -- luacheck: ignore 631
11 -- COMPAT w/ pre 0.10 11 -- COMPAT w/ pre 0.10
12 module:log("error", "The mod_privacy plugin has been replaced by mod_blocklist. Please update your config. For more information see https://prosody.im/doc/modules/mod_privacy"); 12 module:log("error", "The mod_privacy plugin has been replaced by mod_blocklist. Please update your config. For more information see https://prosody.im/doc/modules/mod_privacy");
13 module:depends("blocklist"); 13 module:depends("blocklist");