prosody: prosody_reload_config => prosody.reload_config (guess I accidentally missed it when converting the others)

Fri, 05 Jun 2009 13:34:21 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 05 Jun 2009 13:34:21 +0100
changeset 1314
c18cf7ccc2de
parent 1313
6c7347696caa
child 1315
bfcd3f0a49df

prosody: prosody_reload_config => prosody.reload_config (guess I accidentally missed it when converting the others)

prosody file | annotate | diff | comparison | revisions
--- 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