aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2008-10-05 01:39:49 +0100
committerMatthew Wild <mwild1@gmail.com>2008-10-05 01:39:49 +0100
commit70be78c6b49b3f30ee4bb7a285e36ec369a20d01 (patch)
tree90ec2d188d8491fc2e45c3267e44a66f94235dc3 /core
parent84219ab443bf5c6d19f32d3e64db92c65fecef7f (diff)
downloadprosody-70be78c6b49b3f30ee4bb7a285e36ec369a20d01.tar.gz
prosody-70be78c6b49b3f30ee4bb7a285e36ec369a20d01.zip
mod_InBandRegistration -> mod_register
Diffstat (limited to 'core')
-rw-r--r--core/modulemanager.lua2
1 files changed, 1 insertions, 1 deletions
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)