Thu, 03 Apr 2003 06:13:26 +0000
[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.
| src/protocols/oscar/oscar.c | file | annotate | diff | comparison | revisions |
--- a/src/protocols/oscar/oscar.c Thu Apr 03 05:59:01 2003 +0000 +++ b/src/protocols/oscar/oscar.c Thu Apr 03 06:13:26 2003 +0000 @@ -4155,11 +4155,11 @@ } else { args.features = features_aim; args.featureslen = sizeof(features_aim); + + if (imflags & IM_FLAG_AWAY) + args.flags |= AIM_IMFLAGS_AWAY; } - if (imflags & IM_FLAG_AWAY) - args.flags |= AIM_IMFLAGS_AWAY; - if (bi->ico_need) { debug_printf("Sending buddy icon request with message\n"); args.flags |= AIM_IMFLAGS_BUDDYREQ;