From 4d6d8b893d52de54204d5ee5df6fe1bdd6e27f23 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 23 Sep 2006 21:21:52 +0000 Subject: [PATCH] added uLeacher and qBittorrent --- src/identify_client.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/identify_client.cpp b/src/identify_client.cpp index 68c413073..08499292b 100755 --- a/src/identify_client.cpp +++ b/src/identify_client.cpp @@ -168,11 +168,13 @@ namespace , map_entry("TR", "Transmission") , map_entry("TS", "TorrentStorm") , map_entry("U", "UPnP") + , map_entry("UL", "uLeecher") , map_entry("UT", "MicroTorrent") , map_entry("XT", "XanTorrent") , map_entry("ZT", "ZipTorrent") , map_entry("lt", "libTorrent (libtorrent.rakshasa.no/)") , map_entry("pX", "pHoeniX") + , map_entry("qB", "qBittorrent") }; bool compare_first_string(map_entry const& lhs, map_entry const& rhs)