robert + xl
This commit is contained in:
@ -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> <tt>" + peer.toString().substring(5, 9) + "</tt>");
|
out.write("<font size=-1>" + client + "</font> <tt>" + peer.toString().substring(5, 9) + "</tt>");
|
||||||
|
Reference in New Issue
Block a user