Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.c

    r55cc2be3 rf73b969  
    232232        irc_connection_list = g_slist_remove( irc_connection_list, irc );
    233233       
    234         for (account = irc->accounts; account; account = account->next) {
     234        for (account = irc->accounts; account; account = account->next)
    235235                if (account->gc)
    236                         account_offline(account->gc);
    237                 else if (account->reconnect)
    238                         g_source_remove(account->reconnect);
    239         }
     236                        signoff(account->gc);
    240237       
    241238        g_free(irc->sendbuffer);
Note: See TracChangeset for help on using the changeset viewer.