From 6d2714d32f29dd35496e4b2b3c1d84ff1467ab2d Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 3 Jul 2009 21:44:30 +0100 Subject: mod_presence: Declare t_insert, fixes a potential traceback --- plugins/mod_presence.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/mod_presence.lua b/plugins/mod_presence.lua index f69c91d8..df31a4c5 100644 --- a/plugins/mod_presence.lua +++ b/plugins/mod_presence.lua @@ -10,7 +10,7 @@ local log = module._log; local require = require; local pairs, ipairs = pairs, ipairs; -local t_concat = table.concat; +local t_concat, t_insert = table.concat, table.insert; local s_find = string.find; local tonumber = tonumber; -- cgit v1.2.3