Changeset 7a6ba50 for storage_xml.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
  • storage_xml.c

    r58646d9 r7a6ba50  
    219219                }
    220220               
     221                /* The channel may exist already, for example if it's &bitlbee.
     222                   Also, it's possible that the user just reconnected and the
     223                   IRC client already rejoined all channels it was in. They
     224                   should still get the right settings. */
    221225                if( ( xd->current_channel = irc_channel_by_name( irc, name ) ) ||
    222226                    ( xd->current_channel = irc_channel_new( irc, name ) ) )
Note: See TracChangeset for help on using the changeset viewer.