libpurple/protocols/qq/group_im.c

changeset 28501
c5d4eeeb122c
parent 27789
5862eda3c24d
child 30706
612b36b49058
equal deleted inserted replaced
28500:100254601c7c 28501:c5d4eeeb122c
183 if (NULL == conv && qd->is_show_chat) { 183 if (NULL == conv && qd->is_show_chat) {
184 conv = qq_room_conv_open(gc, rmd); 184 conv = qq_room_conv_open(gc, rmd);
185 } 185 }
186 186
187 if (NULL == conv) { 187 if (NULL == conv) {
188 purple_debug_info("QQ", "Conversion of %u is not open, missing from %d:/n%s/v", 188 purple_debug_info("QQ", "Conversion of %u is not open, missing from %d:/n%s/v\n",
189 room_id, uid_from, msg); 189 room_id, uid_from, msg);
190 return; 190 return;
191 } 191 }
192 192
193 if (uid_from != 0) { 193 if (uid_from != 0) {

mercurial