Diff

core/modulemanager.lua @ 188:0d9f03009b8a

mod_version is here
author Matthew Wild <mwild1@gmail.com>
date Thu, 30 Oct 2008 21:26:53 +0000
parent 185:a67c88ce1c6a
child 191:e64c8a44060f
line wrap: on
line diff
--- a/core/modulemanager.lua	Thu Oct 30 21:19:26 2008 +0000
+++ b/core/modulemanager.lua	Thu Oct 30 21:26:53 2008 +0000
@@ -52,6 +52,7 @@
 	load("tls");
 	load("vcard");
 	load("private");
+	load("version");
 end
 
 function load(name)