From 436c64f07d898f449cfb7178efe6248d8a0350e0 Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Sun, 31 May 2009 00:41:53 +0500 Subject: core.eventmanager2: Now uses the new prosody.events object --- core/eventmanager2.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/eventmanager2.lua b/core/eventmanager2.lua index 4783d0a9..ed435dc9 100644 --- a/core/eventmanager2.lua +++ b/core/eventmanager2.lua @@ -1,5 +1,5 @@ -local events = require "util.events".new(); +local events = prosody.events; module "eventmanager" -- cgit v1.2.3