aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-03-31 02:17:11 +0100
committerMatthew Wild <mwild1@gmail.com>2009-03-31 02:17:11 +0100
commitc156b3935be778e2b291649eb3c97333a6ecf803 (patch)
treeeeb1f66cbf321f7a30cb7b4b497b8733bf6d17e1 /prosody
parent058336cefc0e1954bb3a9982b8c574bace2dbe76 (diff)
downloadprosody-c156b3935be778e2b291649eb3c97333a6ecf803.tar.gz
prosody-c156b3935be778e2b291649eb3c97333a6ecf803.zip
Load util.array and util.iterator at startup
Diffstat (limited to 'prosody')
-rwxr-xr-xprosody3
1 files changed, 3 insertions, 0 deletions
diff --git a/prosody b/prosody
index 57e705ce..23dd1cff 100755
--- a/prosody
+++ b/prosody
@@ -85,6 +85,9 @@ require "core.usermanager"
require "core.sessionmanager"
require "core.stanza_router"
+require "util.array"
+require "util.iterators"
+
-- Commented to protect us from
-- the second kind of people
--[[