Software /
code /
prosody
Comparison
core/modulemanager.lua @ 4002:95ccbd5e280f
modulemanager: Removed an unused variable.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Wed, 05 Jan 2011 06:16:27 +0500 |
parent | 3967:1a9bcbaeb55a |
child | 4135:9dfb3c0101b5 |
comparison
equal
deleted
inserted
replaced
4001:2e8411f6cb14 | 4002:95ccbd5e280f |
---|---|
3 -- Copyright (C) 2008-2010 Waqas Hussain | 3 -- Copyright (C) 2008-2010 Waqas Hussain |
4 -- | 4 -- |
5 -- This project is MIT/X11 licensed. Please see the | 5 -- This project is MIT/X11 licensed. Please see the |
6 -- COPYING file in the source package for more information. | 6 -- COPYING file in the source package for more information. |
7 -- | 7 -- |
8 | |
9 local plugin_dir = CFG_PLUGINDIR or "./plugins/"; | |
10 | 8 |
11 local logger = require "util.logger"; | 9 local logger = require "util.logger"; |
12 local log = logger.init("modulemanager"); | 10 local log = logger.init("modulemanager"); |
13 local config = require "core.configmanager"; | 11 local config = require "core.configmanager"; |
14 local multitable_new = require "util.multitable".new; | 12 local multitable_new = require "util.multitable".new; |