mod_bosh: Use util.timer for timers instead of server.addtimer.
[prosody.git] / core / modulemanager.lua
index 8928ce140e426a14ea9f1197ce623a98c9ae083c..b12cddf0e858f26d490425964af1c9c7d6a89719 100644 (file)
@@ -77,13 +77,6 @@ function load_modules_for_host(host)
        end
        local modules = global_modules + host_modules;
        
-       -- COMPAT w/ pre 0.8
-       if modules:contains("console") then
-               log("error", "The mod_console plugin has been renamed to mod_admin_telnet. Please update your config.");
-               modules:remove("console");
-               modules:add("admin_telnet");
-       end
-       
        if component then
                load(host, component);
        end