diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-03-31 02:17:11 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-03-31 02:17:11 +0100 |
commit | c156b3935be778e2b291649eb3c97333a6ecf803 (patch) | |
tree | eeb1f66cbf321f7a30cb7b4b497b8733bf6d17e1 | |
parent | 058336cefc0e1954bb3a9982b8c574bace2dbe76 (diff) | |
download | prosody-c156b3935be778e2b291649eb3c97333a6ecf803.tar.gz prosody-c156b3935be778e2b291649eb3c97333a6ecf803.zip |
Load util.array and util.iterator at startup
-rwxr-xr-x | prosody | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 --[[ |