aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-07-12 02:08:59 +0100
committerMatthew Wild <mwild1@gmail.com>2009-07-12 02:08:59 +0100
commit79d0189710c993f48da7c5e70fb65d3b4c4161d7 (patch)
treee6dc1927e271a37ec70b6610be67542c659576e6 /prosody
parent7cbeb1bf5953c9f82535b72be0f1d154455184ea (diff)
downloadprosody-79d0189710c993f48da7c5e70fb65d3b4c4161d7.tar.gz
prosody-79d0189710c993f48da7c5e70fb65d3b4c4161d7.zip
prosody: Load util.helpers at startup
Diffstat (limited to 'prosody')
-rwxr-xr-xprosody3
1 files changed, 2 insertions, 1 deletions
diff --git a/prosody b/prosody
index c7949a40..d11e463d 100755
--- a/prosody
+++ b/prosody
@@ -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
--[[