diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-11-23 05:31:12 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-11-23 05:31:12 +0400 |
commit | 2a410ac4c7a176fa20d5b102be3002075079f199 (patch) | |
tree | b36211c9129694dc1f7d57336f2044f8e21fe97e /src/Data/Torrent/Client.hs | |
parent | 53fd4f2c4a3aa66d2f4cb36a673be3199002414e (diff) |
Opera peer id encoding style
Diffstat (limited to 'src/Data/Torrent/Client.hs')
-rw-r--r-- | src/Data/Torrent/Client.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Data/Torrent/Client.hs b/src/Data/Torrent/Client.hs index 7b178d41..10671a44 100644 --- a/src/Data/Torrent/Client.hs +++ b/src/Data/Torrent/Client.hs | |||
@@ -63,6 +63,7 @@ data ClientImpl = | |||
63 | -- UPnP(!) Bit Torrent !??? | 63 | -- UPnP(!) Bit Torrent !??? |
64 | -- 'U' - UPnP NAT Bit Torrent | 64 | -- 'U' - UPnP NAT Bit Torrent |
65 | | IBitLord | 65 | | IBitLord |
66 | | IOpera | ||
66 | 67 | ||
67 | | IAres | 68 | | IAres |
68 | | IArctic | 69 | | IArctic |