aboutsummaryrefslogtreecommitdiffstats
path: root/core/modulemanager.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2008-10-30 21:26:53 +0000
committerMatthew Wild <mwild1@gmail.com>2008-10-30 21:26:53 +0000
commit005b4b9d758e0c5d0c3f7aa59760eeec06c09ce0 (patch)
tree164974474a2aaa79b05ae942d370904750793cea /core/modulemanager.lua
parenta961f27b69b5beb1552c2e200935a4ee1e0fc468 (diff)
downloadprosody-005b4b9d758e0c5d0c3f7aa59760eeec06c09ce0.tar.gz
prosody-005b4b9d758e0c5d0c3f7aa59760eeec06c09ce0.zip
mod_version is here
Diffstat (limited to 'core/modulemanager.lua')
-rw-r--r--core/modulemanager.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/modulemanager.lua b/core/modulemanager.lua
index 43804746..29139ad7 100644
--- a/core/modulemanager.lua
+++ b/core/modulemanager.lua
@@ -52,6 +52,7 @@ function loadall()
load("tls");
load("vcard");
load("private");
+ load("version");
end
function load(name)