diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-10-30 21:26:53 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-10-30 21:26:53 +0000 |
commit | 005b4b9d758e0c5d0c3f7aa59760eeec06c09ce0 (patch) | |
tree | 164974474a2aaa79b05ae942d370904750793cea /core | |
parent | a961f27b69b5beb1552c2e200935a4ee1e0fc468 (diff) | |
download | prosody-005b4b9d758e0c5d0c3f7aa59760eeec06c09ce0.tar.gz prosody-005b4b9d758e0c5d0c3f7aa59760eeec06c09ce0.zip |
mod_version is here
Diffstat (limited to 'core')
-rw-r--r-- | core/modulemanager.lua | 1 |
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) |