src/protocols/napster/napster.c

changeset 9554
1609ba3612c3
parent 9475
8c8d4ac992a6
child 9713
bb37562302a1
equal deleted inserted replaced
9553:146d83b7512b 9554:1609ba3612c3
363 363
364 case 406: /* MSG_SERVER_JOIN */ 364 case 406: /* MSG_SERVER_JOIN */
365 case 408: /* MSG_SERVER_CHANNEL_USER_LIST */ 365 case 408: /* MSG_SERVER_CHANNEL_USER_LIST */
366 res = g_strsplit(buf, " ", 4); 366 res = g_strsplit(buf, " ", 4);
367 c = nap_find_chat(gc, res[0]); 367 c = nap_find_chat(gc, res[0]);
368 gaim_conv_chat_add_user(GAIM_CONV_CHAT(c), res[1], NULL); 368 gaim_conv_chat_add_user(GAIM_CONV_CHAT(c), res[1], NULL, GAIM_CBFLAGS_NONE);
369 g_strfreev(res); 369 g_strfreev(res);
370 break; 370 break;
371 371
372 case 409: /* MSG_SERVER_CHANNEL_USER_LIST_END */ 372 case 409: /* MSG_SERVER_CHANNEL_USER_LIST_END */
373 break; 373 break;

mercurial