# HG changeset patch # User Matthew Wild # Date 1377868251 -3600 # Node ID d7212bd61b607a1c8723fa738fb91f2232a06b4a # Parent c914f43225819765b1378c0c609d02e628f75fc5 mod_muc: Import util.array diff -r c914f4322581 -r d7212bd61b60 plugins/muc/mod_muc.lua --- a/plugins/muc/mod_muc.lua Thu Aug 29 11:59:27 2013 +0100 +++ b/plugins/muc/mod_muc.lua Fri Aug 30 14:10:51 2013 +0100 @@ -6,6 +6,7 @@ -- COPYING file in the source package for more information. -- +local array = require "util.array"; if module:get_host_type() ~= "component" then error("MUC should be loaded as a component, please see http://prosody.im/doc/components", 0);