move arctic to the azureus-style section

This commit is contained in:
Mitchell Livingston 2006-12-23 20:34:45 +00:00
parent b9fe71990c
commit 594d887a36
1 changed files with 4 additions and 4 deletions

View File

@ -126,6 +126,10 @@ char * tr_clientForId( uint8_t * id )
charToInt( id[3] ) * 10 + charToInt( id[4] ),
id[5], id[6] );
}
else if( !memcmp( &id[1], "AR", 2 ) )
{
asprintf( &ret, "Arctic Torrent" );
}
if( ret )
{
@ -222,10 +226,6 @@ 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" );