diff options
author | Waqas Hussain <waqas20@gmail.com> | 2009-05-31 00:34:08 +0500 |
---|---|---|
committer | Waqas Hussain <waqas20@gmail.com> | 2009-05-31 00:34:08 +0500 |
commit | c7b5ceba25a3e8bb87c3934e8a8753f2f211fc77 (patch) | |
tree | 0b4097ab216acc85b388cb862df81c8c549640b6 | |
parent | d05f7a417992dd0515253bedb2f2a5246b358d8e (diff) | |
download | prosody-c7b5ceba25a3e8bb87c3934e8a8753f2f211fc77.tar.gz prosody-c7b5ceba25a3e8bb87c3934e8a8753f2f211fc77.zip |
Added new prosody.events object
-rwxr-xr-x | prosody | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -85,6 +85,8 @@ prosody.paths = { source = CFG_SOURCEDIR, config = CFG_CONFIGDIR, prosody.arg = arg; +prosody.events = require "util.events".new(); + --- Load and initialise core modules require "util.import" require "core.xmlhandlers" |