# HG changeset patch # User Matthew Wild # Date 1247360939 -3600 # Node ID 9150aeca9755f9ba7046c2be871a81fde3b28705 # Parent 21051377f11b1c91b504bd7704c8f6618fd3dbe2 prosody: Load util.helpers at startup diff -r 21051377f11b -r 9150aeca9755 prosody --- a/prosody Sun Jul 12 02:07:14 2009 +0100 +++ b/prosody Sun Jul 12 02:08:59 2009 +0100 @@ -152,7 +152,8 @@ require "util.array" require "util.iterators" require "util.timer" - + require "util.helpers" + -- Commented to protect us from -- the second kind of people --[[