Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_user.c

    rf7ca587 r4ffd757  
    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.