# HG changeset patch # User Waqas Hussain # Date 1258948527 -18000 # Node ID 119323e35c322a9708304ed6bbb34fd3ec738f02 # Parent 13ac68e8760b170550b7e2c172e98e457be77a63 Mainfile: Fixed some comments. diff -r 13ac68e8760b -r 119323e35c32 prosody --- a/prosody Sun Nov 22 21:47:54 2009 +0500 +++ b/prosody Mon Nov 23 08:55:27 2009 +0500 @@ -14,7 +14,7 @@ CFG_PLUGINDIR=os.getenv("PROSODY_PLUGINDIR"); CFG_DATADIR=os.getenv("PROSODY_DATADIR"); --- -- -- -- -- -- -- ---- -- -- -- -- -- -- -- -- +-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- if CFG_SOURCEDIR then package.path = CFG_SOURCEDIR.."/?.lua;"..package.path; @@ -82,13 +82,13 @@ end function load_libraries() - --- Initialize logging + -- Initialize logging require "core.loggingmanager" - --- Check runtime dependencies + -- Check runtime dependencies require "util.dependencies" - --- Load socket framework + -- Load socket framework server = require "net.server" end