Changeset 07874be for irc_user.c


Ignore:
Timestamp:
2010-08-14T13:44:35Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
e5854a8
Parents:
5848675 (diff), 136c2bb (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.
Message:

Merge mainline stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_user.c

    r5848675 r07874be  
    211211       
    212212        for( l = iu->irc->channels; l; l = l->next )
    213                 send_quit |= irc_channel_del_user( (irc_channel_t*) l->data, iu, IRC_CDU_SILENT, NULL );
     213        {
     214                irc_channel_t *ic = l->data;
     215                send_quit |= irc_channel_del_user( ic, iu, IRC_CDU_SILENT, NULL ) &&
     216                             ( ic->flags & IRC_CHANNEL_JOINED );
     217        }
    214218       
    215219        if( send_quit )
Note: See TracChangeset for help on using the changeset viewer.