Software /
code /
prosody
Diff
plugins/muc/muc.lib.lua @ 8891:d9b7db6f140f
MUC: Ignore unused 'self' [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 08 Jun 2018 17:15:27 +0200 |
parent | 8888:cbcac5b9b7ce |
child | 8912:43806beda970 |
line wrap: on
line diff
--- a/plugins/muc/muc.lib.lua Fri Jun 08 17:06:21 2018 +0200 +++ b/plugins/muc/muc.lib.lua Fri Jun 08 17:15:27 2018 +0200 @@ -352,7 +352,7 @@ event.formdata["muc#roominfo_occupants"] = tostring(iterators.count(event.room:each_occupant())); end); -function room_mt:get_disco_items(stanza) +function room_mt:get_disco_items(stanza) -- luacheck: ignore 212 return st.reply(stanza):query("http://jabber.org/protocol/disco#items"); end