# HG changeset patch # User Waqas Hussain # Date 1244796391 -18000 # Node ID d74441a2f3e8ae1410618db8a81831e0876cb002 # Parent f7fed9f774557f764887f7199f1d227a20471b09# Parent baad431dabc5630130fa6aecc2bd63e4dd45e78d Merge diff -r baad431dabc5 -r d74441a2f3e8 plugins/mod_pep.lua --- a/plugins/mod_pep.lua Mon Jun 08 13:25:10 2009 +0100 +++ b/plugins/mod_pep.lua Fri Jun 12 13:46:31 2009 +0500 @@ -51,7 +51,7 @@ if t == "unavailable" or t == "error" then if recipients[user] then recipients[user][recipient] = nil; end elseif not t then - recipients[user] = recipients[user][recipient] or {}; + recipients[user] = recipients[user] or {}; if not recipients[user][recipient] then recipients[user][recipient] = true; for node, message in pairs(data[user] or {}) do