# HG changeset patch # User Matthew Wild # Date 1247926270 -3600 # Node ID 8154aa1fbe6cebf11b290600f55371122b87cc65 # Parent 96d620b639d5a918b58d9d78c2e3c61588d75b30 mod_console: Rename server:reload() to server:insane_reload() (basically no-one should use it except me...) diff -r 96d620b639d5 -r 8154aa1fbe6c plugins/mod_console.lua --- a/plugins/mod_console.lua Tue Jul 14 22:12:13 2009 +0100 +++ b/plugins/mod_console.lua Sat Jul 18 15:11:10 2009 +0100 @@ -160,7 +160,7 @@ -- Anything in def_env will be accessible within the session as a global variable def_env.server = {}; -function def_env.server:reload() +function def_env.server:insane_reload() prosody.unlock_globals(); dofile "prosody" prosody = _G.prosody;