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