configmanager: Update Include and RunScript directives to support paths relative...
[prosody.git] / core / usermanager.lua
index 153be63ee80c17b4d26afd57fe7433f64668c3c6..83de193f082eb4fed8fc51eef9912a87ba3f492c 100644 (file)
@@ -57,7 +57,6 @@ function initialize_host(host)
        end
 end;
 prosody.events.add_handler("host-activated", initialize_host, 100);
-prosody.events.add_handler("component-activated", initialize_host, 100);
 
 function test_password(username, host, password)
        return hosts[host].users.test_password(username, password);