# HG changeset patch # User Kim Alvefur # Date 1540125111 -7200 # Node ID 0d065b1a23a3ed0a7feb35bf4411d09ec6804ed2 # Parent 1f6f3b941eb1101c9f073159eda7793155ed3619 mod_privacy: Remove tombstone (deprecated in 0.10) diff -r 1f6f3b941eb1 -r 0d065b1a23a3 plugins/mod_privacy.lua --- a/plugins/mod_privacy.lua Sat Oct 20 17:31:17 2018 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ --- Prosody IM --- Copyright (C) 2009-2010 Matthew Wild --- Copyright (C) 2009-2010 Waqas Hussain --- Copyright (C) 2009 Thilo Cestonaro --- --- This project is MIT/X11 licensed. Please see the --- COPYING file in the source package for more information. --- - --- luacheck: ignore 631 --- COMPAT w/ pre 0.10 -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"); -module:depends("blocklist");