Changeset 7a6ba50 for irc_im.c


Ignore:
Timestamp:
2010-06-29T23:44:17Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
217bf4e
Parents:
58646d9
Message:

Also allow selecting contacts for a channel by protocol instead of account.
If someone has two MSN accts and wants contacts from both in one channel,
this is now possible.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_im.c

    r58646d9 r7a6ba50  
    157157        else if( icc->type == IRC_CC_TYPE_ACCOUNT )
    158158                show = iu->bu->ic->acc == icc->account;
     159        else if( icc->type == IRC_CC_TYPE_PROTOCOL )
     160                show = iu->bu->ic->acc->prpl == icc->protocol;
    159161       
    160162        if( !show )
Note: See TracChangeset for help on using the changeset viewer.