Changeset d601f9b
- Timestamp:
- 2007-10-16T23:09:09Z (17 years ago)
- Branches:
- master
- Children:
- 09e2a69
- Parents:
- 4285920
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/skype.c
r4285920 rd601f9b 339 339 { 340 340 if(gc) 341 imcb_ log(ic, "%s changed the topic of %s to: %s", sd->handle, gc->title, sd->body);341 imcb_chat_topic(gc, sd->handle, sd->body); 342 342 } 343 343 else if(!strcmp(sd->type, "LEFT")) … … 461 461 if(gc) 462 462 gc->data = (void*)FALSE; 463 } 464 else if(!strncmp(info, "TOPIC ", 6)) 465 { 466 info += 6; 467 struct groupchat *gc = skype_chat_by_name(ic, id); 468 if(gc) 469 imcb_chat_topic(gc, NULL, info); 463 470 } 464 471 else if(!strncmp(info, "ACTIVEMEMBERS ", 14))
Note: See TracChangeset
for help on using the changeset viewer.