Diff

core/hostmanager.lua @ 754:01abf314fac0

Automated merge with http://waqas.ath.cx:8000/
author Matthew Wild <mwild1@gmail.com>
date Thu, 29 Jan 2009 17:54:37 +0000
parent 749:1359492f45d7
child 1095:cad4205f4925
line wrap: on
line diff
--- a/core/hostmanager.lua	Thu Jan 29 22:37:25 2009 +0500
+++ b/core/hostmanager.lua	Thu Jan 29 17:54:37 2009 +0000
@@ -17,6 +17,7 @@
 			activate(host, host_config);
 		end
 	end
+	eventmanager.fire_event("hosts-activated", defined_hosts);
 end
 
 eventmanager.add_event_hook("server-starting", load_enabled_hosts);