Changeset 3edaed9 for account.c


Ignore:
Timestamp:
2006-04-25T17:57:23Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
1be54a9
Parents:
85616c3 (diff), 79c6f9f (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:

Misc. things (mainly code cleanup, better quoting for root commands)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • account.c

    r85616c3 r3edaed9  
    167167void account_off( irc_t *irc, account_t *a )
    168168{
    169         account_offline( a->gc );
     169        a->gc->wants_to_die = TRUE;
     170        signoff( a->gc );
    170171        a->gc = NULL;
    171172        if( a->reconnect )
Note: See TracChangeset for help on using the changeset viewer.