# HG changeset patch # User Eric Warmenhoven # Date 1000878378 0 # Node ID a90be95674525222fedc57d0378adbf183e0ec16 # Parent 64dd9e99884cbc18c584a565dd157bcd22c8c293 [gaim-migrate @ 2318] talk to people committer: Tailor Script diff -r 64dd9e99884c -r a90be9567452 src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Wed Sep 19 00:55:49 2001 +0000 +++ b/src/protocols/oscar/oscar.c Wed Sep 19 05:46:18 2001 +0000 @@ -58,7 +58,7 @@ static int gaim_caps = AIM_CAPS_CHAT | AIM_CAPS_BUDDYICON | AIM_CAPS_IMIMAGE; -static fu8_t gaim_features[] = {0x01, 0x01, 0x01, 0x02, 0x66}; +static fu8_t gaim_features[] = {0x01, 0x01, 0x01, 0x02}; struct oscar_data { aim_session_t *sess; @@ -1268,9 +1268,6 @@ struct gaim_connection *gc = sess->aux_data; int flags = 0; - if ((sizeof(gaim_features) == args->featureslen) && !memcmp(gaim_features, args->features, args->featureslen)) - flags |= IM_FLAG_GAIMUSER; - if (args->icbmflags & AIM_IMFLAGS_AWAY) flags |= IM_FLAG_AWAY;