plugins/mod_admin_telnet.lua
changeset 6930 566e1cfcb814
parent 6841 229e95aecf41
child 6931 02717098cbba
child 6990 06696882d972
--- a/plugins/mod_admin_telnet.lua	Sun Nov 22 15:30:27 2015 +0000
+++ b/plugins/mod_admin_telnet.lua	Sun Nov 22 15:31:22 2015 +0000
@@ -512,6 +512,9 @@
 	if session.ip and session.ip:match(":") then
 		line[#line+1] = "(IPv6)";
 	end
+	if session.remote then
+		line[#line+1] = "(remote)";
+	end
 	return table.concat(line, " ");
 end