Software /
code /
prosody
Diff
plugins/mod_muc.lua @ 1065:3806173670f2
mod_*: Fix many unnecessary global accesses in modules (already committed to main repo)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 29 Apr 2009 02:08:12 +0100 |
parent | 1060:fb3b2de0eb2f |
child | 1066:0cb325970a50 |
line wrap: on
line diff
--- a/plugins/mod_muc.lua Wed Apr 29 02:06:05 2009 +0100 +++ b/plugins/mod_muc.lua Wed Apr 29 02:08:12 2009 +0100 @@ -6,6 +6,8 @@ -- COPYING file in the source package for more information. -- +local datamanager = require "util.datamanager"; +local datetime = require "util.datetime"; local register_component = require "core.componentmanager".register_component; local deregister_component = require "core.componentmanager".deregister_component;