# HG changeset patch # User Matthew Wild # Date 1244205261 -3600 # Node ID c18cf7ccc2de885f75bb0ae43402be423c375c04 # Parent 6c7347696caa428ed318523086f74672a5fd5e86 prosody: prosody_reload_config => prosody.reload_config (guess I accidentally missed it when converting the others) diff -r 6c7347696caa -r c18cf7ccc2de prosody --- 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");