Ignore:
Timestamp:
2015-08-08T04:29:49Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
83f179d6
Parents:
4850065
git-author:
dequis <dx@…> (02-08-15 19:21:56)
git-committer:
dequis <dx@…> (08-08-15 04:29:49)
Message:

Pass 'reason' values around in imcb_chat_remove_buddy/chat_remove_user

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/bee_chat.c

    r4850065 r6b56512  
    230230
    231231        if (bee->ui->chat_remove_user && bu) {
    232                 bee->ui->chat_remove_user(bee, c, bu);
     232                bee->ui->chat_remove_user(bee, c, bu, reason);
    233233        }
    234234}
Note: See TracChangeset for help on using the changeset viewer.