| 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) { |