robert + xl

This commit is contained in:
zzz
2008-12-03 23:38:13 +00:00
parent 85cebc7992
commit 321f11c055

View File

@ -573,6 +573,10 @@ public class I2PSnarkServlet extends HttpServlet {
client = "I2P-BT"; client = "I2P-BT";
else if ("LUFa".equals(ch)) else if ("LUFa".equals(ch))
client = "Azureus"; client = "Azureus";
else if ("CwsL".equals(ch))
client = "I2PSnarkXL";
else if ("AUZV".equals(ch))
client = "Robert";
else else
client = "Unknown"; client = "Unknown";
out.write("<font size=-1>" + client + "</font>&nbsp;&nbsp;<tt>" + peer.toString().substring(5, 9) + "</tt>"); out.write("<font size=-1>" + client + "</font>&nbsp;&nbsp;<tt>" + peer.toString().substring(5, 9) + "</tt>");