From 70be78c6b49b3f30ee4bb7a285e36ec369a20d01 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sun, 5 Oct 2008 01:39:49 +0100 Subject: mod_InBandRegistration -> mod_register --- core/modulemanager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modulemanager.lua') diff --git a/core/modulemanager.lua b/core/modulemanager.lua index 0aaf4d1f..696e0f08 100644 --- a/core/modulemanager.lua +++ b/core/modulemanager.lua @@ -48,7 +48,7 @@ function loadall() load("saslauth"); load("legacyauth"); load("roster"); - load("InBandRegistration"); + load("register"); end function load(name) -- cgit v1.2.3