prosody

changeset 1314
c18cf7ccc2de
parent 1313
6c7347696caa
child 1363
daa51f48736d
--- a/prosody	Fri Jun 05 01:58:40 2009 +0100
+++ b/prosody	Fri Jun 05 13:34:21 2009 +0100
@@ -142,7 +142,7 @@
 ----------- End of out-of-place code --------------
 
 -- Function to reload the config file
-function prosody_reload_config()
+function prosody.reload_config()
 	log("info", "Reloading configuration file");
 	eventmanager.fire_event("reloading-config");
 	local ok, level, err = config.load((rawget(_G, "CFG_CONFIGDIR") or ".").."/prosody.cfg.lua");

mercurial