Software /
code /
prosody
Changeset
5807:d7212bd61b60
mod_muc: Import util.array
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 30 Aug 2013 14:10:51 +0100 |
parents | 5806:c914f4322581 |
children | 5808:026367992a0f |
files | plugins/muc/mod_muc.lua |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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);