Software /
code /
prosody
File
plugins/sql.lib.lua @ 6091:3a1c39b31497
plugins/muc/mod_muc: Move Xep-0307 MUC unique to seperate file
author | daurnimator <quae@daurnimator.com> |
---|---|
date | Tue, 18 Feb 2014 17:21:47 -0500 |
parent | 5494:9916f0a2d178 |
line wrap: on
line source
local cache = module:shared("/*/sql.lib/util.sql"); if not cache._M then prosody.unlock_globals(); cache._M = require "util.sql"; prosody.lock_globals(); end return cache._M;