[gaim-migrate @ 5306]

Thu, 03 Apr 2003 06:13:26 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Thu, 03 Apr 2003 06:13:26 +0000
changeset 4972
3dd342b21444
parent 4971
ef2126297640
child 4973
eef014b8c8d6

[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;

mercurial