src/oscar.c

changeset 387
77a332691a52
parent 369
16d154f90b9e
child 388
313a5744cfb7
--- 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;
 

mercurial