changeset 387:86e27f0c6ce5

[gaim-migrate @ 397] Invitiations work again. I swear. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 11 Jun 2000 01:14:12 +0000
parents 7898e110b298
children 7fb34b73946a
files src/oscar.c
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/oscar.c	Sat Jun 10 21:53:48 2000 +0000
+++ b/src/oscar.c	Sun Jun 11 01:14:12 2000 +0000
@@ -544,7 +544,10 @@
 	} else if (channel == 2) {
 		struct aim_userinfo_s *userinfo;
 		int rendtype = va_arg(ap, int);
-		if (rendtype == 0) {
+		if (rendtype == 0 ||
+		    rendtype == AIM_RENDEZVOUS_EX3 ||
+		    rendtype == AIM_RENDEZVOUS_EX4 ||
+		    rendtype == AIM_RENDEZVOUS_EX5) {
 			char *msg, *encoding, *lang;
 			struct aim_chat_roominfo *roominfo;