# HG changeset patch # User Kim Alvefur # Date 1577136553 -3600 # Node ID f73947a9bd8cd6443d9bb79c07861ae4d5b768aa # Parent e1de29c412596deb1be82d2cfcd7b884471c9ae8 mod_pep_simple: Ignore unused variable [luacheck] diff -r e1de29c41259 -r f73947a9bd8c plugins/mod_pep_simple.lua --- a/plugins/mod_pep_simple.lua Mon Dec 23 22:28:42 2019 +0100 +++ b/plugins/mod_pep_simple.lua Mon Dec 23 22:29:13 2019 +0100 @@ -85,6 +85,7 @@ if d and notify then for node in pairs(notify) do if d[node] then + -- luacheck: ignore id local id, item = unpack(d[node]); session.send(st.message({from=user, to=recipient, type='headline'}) :tag('event', {xmlns='http://jabber.org/protocol/pubsub#event'})