add Arctic Torrent

This commit is contained in:
Mitchell Livingston 2006-12-23 15:53:49 +00:00
parent e783610d2c
commit 153e11ee4b
1 changed files with 4 additions and 0 deletions

View File

@ -216,6 +216,10 @@ char * tr_clientForId( uint8_t * id )
{
asprintf( &ret, "Limewire (%c%c%c%c)", id[4], id[5], id[6], id[7] );
}
else if( !memcmp( id, "-AR", 3 ) )
{
asprintf( &ret, "Arctic Torrent" );
}
else if( !memcmp( id, "-G3", 3 ) )
{
asprintf( &ret, "G3 Torrent" );