Changeset ab49fdc for irc.c


Ignore:
Timestamp:
2005-12-10T14:50:49Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
a301379c
Parents:
87c24ba
Message:

Use helper functions rather then the backends directly. This will be
used for transparent upgrade support later on.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.c

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