comparison src/protocols/oscar/oscar.c @ 4972:ba713dabf3ef

[gaim-migrate @ 5306] The_Developer pointed out that sending an auto-reply from an ICQ account results in a SNAC error (ICQ doesn't really have auto-replies). So I just made it so perl scripts and plugins _can't_ send ICQ auto-replies. No biggie. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 03 Apr 2003 06:13:26 +0000
parents 21cfdb9af2eb
children b37d7d09ec83
comparison
equal deleted inserted replaced
4971:da7a91c2e0dc 4972:ba713dabf3ef
4153 args.featureslen = sizeof(features_icq); 4153 args.featureslen = sizeof(features_icq);
4154 args.flags |= AIM_IMFLAGS_OFFLINE; 4154 args.flags |= AIM_IMFLAGS_OFFLINE;
4155 } else { 4155 } else {
4156 args.features = features_aim; 4156 args.features = features_aim;
4157 args.featureslen = sizeof(features_aim); 4157 args.featureslen = sizeof(features_aim);
4158 } 4158
4159 4159 if (imflags & IM_FLAG_AWAY)
4160 if (imflags & IM_FLAG_AWAY) 4160 args.flags |= AIM_IMFLAGS_AWAY;
4161 args.flags |= AIM_IMFLAGS_AWAY; 4161 }
4162 4162
4163 if (bi->ico_need) { 4163 if (bi->ico_need) {
4164 debug_printf("Sending buddy icon request with message\n"); 4164 debug_printf("Sending buddy icon request with message\n");
4165 args.flags |= AIM_IMFLAGS_BUDDYREQ; 4165 args.flags |= AIM_IMFLAGS_BUDDYREQ;
4166 bi->ico_need = FALSE; 4166 bi->ico_need = FALSE;