Diff

core/modulemanager.lua @ 63:4c27740fdeff

mod_InBandRegistration -> mod_register
author Matthew Wild <mwild1@gmail.com>
date Sun, 05 Oct 2008 01:39:49 +0100
parent 60:44800be871f5
child 65:9c471840acb9
line wrap: on
line diff
--- a/core/modulemanager.lua	Sun Oct 05 01:32:43 2008 +0100
+++ b/core/modulemanager.lua	Sun Oct 05 01:39:49 2008 +0100
@@ -48,7 +48,7 @@
 	load("saslauth");
 	load("legacyauth");
 	load("roster");
-	load("InBandRegistration");
+	load("register");
 end
 
 function load(name)