Changeset d6657ce
- Timestamp:
- 2010-09-05T23:30:40Z (14 years ago)
- Branches:
- master
- Children:
- 674a01d
- Parents:
- ed320e8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_im.c
red320e8 rd6657ce 530 530 irc_channel_t *ic = c->ui_data; 531 531 532 if( ic == NULL )532 if( ic == NULL || bu == NULL ) 533 533 return FALSE; 534 534 -
protocols/bee_chat.c
red320e8 rd6657ce 196 196 } 197 197 198 if( bee->ui->chat_remove_user )198 if( bee->ui->chat_remove_user && bu ) 199 199 bee->ui->chat_remove_user( bee, c, bu ); 200 200 }
Note: See TracChangeset
for help on using the changeset viewer.