Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • account.c

    rf86a3d5 rf3579fd  
    190190{
    191191        account_t *a, *l = NULL;
    192         struct chat *c, *nc;
    193192       
    194193        if( acc->ic )
     
    203202                        else
    204203                                irc->accounts = a->next;
    205                        
    206                         for( c = irc->chatrooms; c; c = nc )
    207                         {
    208                                 nc = c->next;
    209                                 if( acc == c->acc )
    210                                         chat_del( irc, c );
    211                         }
    212204                       
    213205                        while( a->set )
Note: See TracChangeset for help on using the changeset viewer.