mirror of
https://github.com/transmission/transmission
synced 2025-03-10 06:02:57 +00:00
add Wyzo to clients list
This commit is contained in:
parent
e7c600a237
commit
4a53c761a3
1 changed files with 5 additions and 0 deletions
|
@ -240,6 +240,11 @@ char * tr_clientForId( const uint8_t * id )
|
|||
tr_asprintf( &ret, "Pando %c.%c.%c.%c",
|
||||
id[3], id[4], id[5], id[6] );
|
||||
}
|
||||
else if( !memcmp( &id[1], "WY", 2 ) )
|
||||
{
|
||||
tr_asprintf( &ret, " zo %c.%c.%c.%c",
|
||||
id[3], id[4], id[5], id[6] );
|
||||
}
|
||||
else if( !memcmp( &id[1], "LW", 2 ) )
|
||||
{
|
||||
tr_asprintf( &ret, "LimeWire" );
|
||||
|
|
Loading…
Add table
Reference in a new issue