comparison libpurple/protocols/oscar/oscar.c @ 16812:53448dd9f448

Remove AOL emblem
author Sean Egan <seanegan@gmail.com>
date Thu, 03 May 2007 06:47:51 +0000
parents 88550837d1c9
children 04fecd1ee64d
comparison
equal deleted inserted replaced
16811:ac329899d3b6 16812:53448dd9f448
5428 return "admin"; 5428 return "admin";
5429 if (userinfo->flags & AIM_FLAG_ACTIVEBUDDY) 5429 if (userinfo->flags & AIM_FLAG_ACTIVEBUDDY)
5430 return "bot"; 5430 return "bot";
5431 if (userinfo->capabilities & OSCAR_CAPABILITY_HIPTOP) 5431 if (userinfo->capabilities & OSCAR_CAPABILITY_HIPTOP)
5432 return "hiptop"; 5432 return "hiptop";
5433 if (userinfo->flags & AIM_FLAG_AOL)
5434 return "aol-client";
5435 if (userinfo->capabilities & OSCAR_CAPABILITY_SECUREIM) 5433 if (userinfo->capabilities & OSCAR_CAPABILITY_SECUREIM)
5436 return "secure"; 5434 return "secure";
5437 } 5435 }
5438 return NULL; 5436 return NULL;
5439 } 5437 }