Changeset ea728e6 for protocols/bee_chat.c
- Timestamp:
- 2010-08-24T12:19:52Z (14 years ago)
- Branches:
- master
- Children:
- b78c4b9
- Parents:
- 9b1d2d6 (diff), bd599b9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/bee_chat.c
r9b1d2d6 rea728e6 233 233 return NULL; 234 234 } 235 236 void imcb_chat_invite( struct im_connection *ic, const char *name, const char *who, const char *msg ) 237 { 238 bee_user_t *bu = bee_user_by_handle( ic->bee, ic, who ); 239 240 if( bu && ic->bee->ui->chat_invite ) 241 ic->bee->ui->chat_invite( ic->bee, bu, name, msg ); 242 }
Note: See TracChangeset
for help on using the changeset viewer.