diff options
Diffstat (limited to 'src/Network/BitTorrent/Core/PeerId.hs')
-rw-r--r-- | src/Network/BitTorrent/Core/PeerId.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Network/BitTorrent/Core/PeerId.hs b/src/Network/BitTorrent/Core/PeerId.hs index 3e6fac24..b8780a96 100644 --- a/src/Network/BitTorrent/Core/PeerId.hs +++ b/src/Network/BitTorrent/Core/PeerId.hs | |||
@@ -247,6 +247,7 @@ parseImpl = f . BC.unpack | |||
247 | f "MO" = IMonoTorrent | 247 | f "MO" = IMonoTorrent |
248 | f "MP" = IMooPolice | 248 | f "MP" = IMooPolice |
249 | f "MR" = IMiro | 249 | f "MR" = IMiro |
250 | f "ML" = IMLdonkey | ||
250 | f "MT" = IMoonlightTorrent | 251 | f "MT" = IMoonlightTorrent |
251 | f "NX" = INetTransport | 252 | f "NX" = INetTransport |
252 | f "PD" = IPando | 253 | f "PD" = IPando |