mod_InBandRegistration -> mod_register

This commit is contained in:
Matthew Wild 2008-10-05 01:39:49 +01:00
parent 84219ab443
commit 70be78c6b4
2 changed files with 1 additions and 1 deletions

View file

@ -48,7 +48,7 @@ function loadall()
load("saslauth");
load("legacyauth");
load("roster");
load("InBandRegistration");
load("register");
end
function load(name)