diff options
-rw-r--r-- | core/modulemanager.lua | 2 | ||||
-rw-r--r-- | plugins/mod_register.lua (renamed from plugins/mod_InBandRegistration.lua) | 0 |
2 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) diff --git a/plugins/mod_InBandRegistration.lua b/plugins/mod_register.lua index b1bf4cc0..b1bf4cc0 100644 --- a/plugins/mod_InBandRegistration.lua +++ b/plugins/mod_register.lua |