Changeset b73ac9c for irc.c


Ignore:
Timestamp:
2005-12-13T23:05:27Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
d3307e2
Parents:
a301379c
Message:

Add support for 'primary' and 'migrate' account storages.
Fix two bugs in the text storage backend that were introduced by my previous
changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.c

    ra301379c rb73ac9c  
    161161       
    162162        if( irc->status >= USTATUS_IDENTIFIED && set_getint( irc, "save_on_quit" ) )
    163                 if( !storage_save( irc, TRUE ) )
     163                if( storage_save( irc, TRUE ) != STORAGE_OK )
    164164                        irc_usermsg( irc, "Error while saving settings!" );
    165165       
Note: See TracChangeset for help on using the changeset viewer.