Software /
code /
prosody
Diff
plugins/muc/mod_muc.lua @ 8944:200ec7d38a0e
MUC: Remove affiliation notify support, nothing uses it
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 27 Jun 2018 16:00:54 +0100 |
parent | 8926:89f6b2a2bec3 |
child | 8976:92f0876b9230 |
line wrap: on
line diff
--- a/plugins/muc/mod_muc.lua Wed Jun 27 15:28:45 2018 +0100 +++ b/plugins/muc/mod_muc.lua Wed Jun 27 16:00:54 2018 +0100 @@ -24,8 +24,6 @@ room_mt = muclib.room_mt; -- Yes, global. new_room = muclib.new_room; -local affiliation_notify = module:require "muc/affiliation_notify"; -- luacheck: ignore 211 - local name = module:require "muc/name"; room_mt.get_name = name.get; room_mt.set_name = name.set;