X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=core%2Fconfigmanager.lua;h=e7677df67e63ff2a4a48b2362cfecf3b14fc02c6;hb=562c5a60021ff900f7bdd3f9255a2c0cfda7cf91;hp=010b307652b4b9115b3343477913f56938b130f7;hpb=fa15a024db95a962d3ca31f90af6e8952bfb09e9;p=prosody.git diff --git a/core/configmanager.lua b/core/configmanager.lua index 010b3076..e7677df6 100644 --- a/core/configmanager.lua +++ b/core/configmanager.lua @@ -1,6 +1,6 @@ -- Prosody IM --- Copyright (C) 2008-2009 Matthew Wild --- Copyright (C) 2008-2009 Waqas Hussain +-- Copyright (C) 2008-2010 Matthew Wild +-- Copyright (C) 2008-2010 Waqas Hussain -- -- This project is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. @@ -13,8 +13,6 @@ local setmetatable, loadfile, pcall, rawget, rawset, io, error, dofile, type, p setmetatable, loadfile, pcall, rawget, rawset, io, error, dofile, type, pairs, table, string.format; -local trb = debug.traceback - local eventmanager = require "core.eventmanager"; module "configmanager"