# HG changeset patch # User Eric Warmenhoven # Date 960686052 0 # Node ID 86e27f0c6ce5e5032d9c767b1a3c3be0a8525cfa # Parent 7898e110b298917dc30426d124c020abf7a7a0d8 [gaim-migrate @ 397] Invitiations work again. I swear. committer: Tailor Script diff -r 7898e110b298 -r 86e27f0c6ce5 src/oscar.c --- 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;