forked from I2P_Developers/i2p.i2p
recognize ktorrent
This commit is contained in:
@ -1038,6 +1038,8 @@ public class I2PSnarkServlet extends Default {
|
|||||||
client = "Robert";
|
client = "Robert";
|
||||||
else if (ch.startsWith("LV")) // LVCS 1.0.2?; LVRS 1.0.4
|
else if (ch.startsWith("LV")) // LVCS 1.0.2?; LVRS 1.0.4
|
||||||
client = "Transmission";
|
client = "Transmission";
|
||||||
|
else if ("LUtU".equals(ch))
|
||||||
|
client = "KTorrent";
|
||||||
else
|
else
|
||||||
client = _("Unknown") + " (" + ch + ')';
|
client = _("Unknown") + " (" + ch + ')';
|
||||||
out.write(client + " <tt>" + peer.toString().substring(5, 9)+ "</tt>");
|
out.write(client + " <tt>" + peer.toString().substring(5, 9)+ "</tt>");
|
||||||
|
Reference in New Issue
Block a user