aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-10-17 10:53:31 +0100
committerMatthew Wild <mwild1@gmail.com>2009-10-17 10:53:31 +0100
commita8d4e40b2b76eb85b7776d6547af1ffd6d2059c8 (patch)
tree44de9f7284a4cfbcdc4f528a7ea87edb4a017eaa /prosody
parent9e13176d16af8ccc843b8c6ad059fa1b22a634ce (diff)
downloadprosody-a8d4e40b2b76eb85b7776d6547af1ffd6d2059c8.tar.gz
prosody-a8d4e40b2b76eb85b7776d6547af1ffd6d2059c8.zip
prosody: Require new require :)
Diffstat (limited to 'prosody')
-rwxr-xr-xprosody2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody b/prosody
index 00a301fa..58996fb2 100755
--- a/prosody
+++ b/prosody
@@ -32,7 +32,7 @@ end
-- Required to be able to find packages installed with luarocks
pcall(require, "luarocks.require")
-
+require "util.require";
config = require "core.configmanager"