# HG changeset patch # User Kim Alvefur # Date 1399850177 -7200 # Node ID 02d366be7c2fc9237d3e72786657d8cb0d0cd5d6 # Parent 50ddaec11f2a18e45ad0fb5c440e316fb94f0780 mod_admin_telnet: Remove dead code diff -r 50ddaec11f2a -r 02d366be7c2f plugins/mod_admin_telnet.lua --- a/plugins/mod_admin_telnet.lua Mon May 12 01:07:40 2014 +0200 +++ b/plugins/mod_admin_telnet.lua Mon May 12 01:16:17 2014 +0200 @@ -481,17 +481,6 @@ return ok, (ok and "Config reloaded (you may need to reload modules to take effect)") or tostring(err); end -def_env.hosts = {}; -function def_env.hosts:list() - for host, host_session in pairs(hosts) do - self.session.print(host); - end - return true, "Done"; -end - -function def_env.hosts:add(name) -end - local function common_info(session, line) if session.id then line[#line+1] = "["..session.id.."]"