Changeset

9525:0d065b1a23a3

mod_privacy: Remove tombstone (deprecated in 0.10)
author Kim Alvefur <zash@zash.se>
date Sun, 21 Oct 2018 14:31:51 +0200
parents 9524:1f6f3b941eb1
children 9526:9cc1d7efaa80
files plugins/mod_privacy.lua
diffstat 1 files changed, 0 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- 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");