diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-07-12 02:08:59 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-07-12 02:08:59 +0100 |
commit | 79d0189710c993f48da7c5e70fb65d3b4c4161d7 (patch) | |
tree | e6dc1927e271a37ec70b6610be67542c659576e6 /prosody | |
parent | 7cbeb1bf5953c9f82535b72be0f1d154455184ea (diff) | |
download | prosody-79d0189710c993f48da7c5e70fb65d3b4c4161d7.tar.gz prosody-79d0189710c993f48da7c5e70fb65d3b4c4161d7.zip |
prosody: Load util.helpers at startup
Diffstat (limited to 'prosody')
-rwxr-xr-x | prosody | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -152,7 +152,8 @@ function load_secondary_libraries() require "util.array" require "util.iterators" require "util.timer" - + require "util.helpers" + -- Commented to protect us from -- the second kind of people --[[ |