I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 321f11c0 authored by zzz's avatar zzz
Browse files

robert + xl

parent 85cebc79
No related branches found
No related tags found
No related merge requests found
......@@ -573,6 +573,10 @@ public class I2PSnarkServlet extends HttpServlet {
client = "I2P-BT";
else if ("LUFa".equals(ch))
client = "Azureus";
else if ("CwsL".equals(ch))
client = "I2PSnarkXL";
else if ("AUZV".equals(ch))
client = "Robert";
else
client = "Unknown";
out.write("<font size=-1>" + client + "</font>&nbsp;&nbsp;<tt>" + peer.toString().substring(5, 9) + "</tt>");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment